Skip to main content Skip to docs navigation

#9348db hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Purple Yam and its hex is #A846D7 Nearest Color Name

Color Hue/Base color: Violet

Hex #9348db Color code in RGB color code model is created after adding 57.65% red color, 28.24% green color and 85.88% blue color. Hex #9348db Color code in CMYK color (process color) code model is generated after subtraction of 33% cyan, 67% magenta, 0% yellow and 14.12% black.

Hex #9348db color code is between #9944dd web safe hex color code and #8855cc web safe hex color code. #9944dd is the nearest web safe color code. You can see here many more shades of #9348db color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 9348db #9348db
RGB Decimal 147, 72, 219 147, 72, 219
RGB Percent 58%, 28%, 86% rgb(58%, 28%, 86%)
CSS RGBa 147, 72, 219,1 rgba(147,72,219,1)
CMYK Model cmyk(33%,67%,0%,14.12%)
HSL Color Space 271,67% ,57% hsl(271,67% ,57%)
HSV Color Space 271°, 67%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10010011 01001000 11011011
Octal 223 110 333
Decimal 147 72 219
Hex 93 48 db

Different shades of #9348db color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #9348db
#461773
Darker of #9348db
#601f9e
Dark of #9348db
#7a27c9
Base of #9348db
#9348db
Light of #9348db
#ac73e3
Lighter
#c59dec
Lightest
#dec8f4

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#9348db
#90db48

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#9348db
#dadb48
#48db4a

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#4853db
#5648db
#9348db
#c448db
#db48b5

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#9348db
#48db93
#db9348

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#9348db
#db9348
#90db48
#4890db

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#9348db
#db4a48
#90db48
#48dadb

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #9348db

#2c0e49
#461773
#601f9e
#7a27c9
#9348db
#ac73e3
#c59dec
#dec8f4
#f8f2fd

Tints of #9348db Color

#9348db
#9f5cdf
#ab70e3
#b785e7
#c399eb
#cfadef
#dbc2f3
#e7d6f7
#f3eafb
#ffffff

Shades of #9348db color code

Generate more color scales with scales (color stack) generator.

#9348db
#8240c2
#7238aa
#623092
#512879
#412061
#311849
#201030
#100818
#000000

Tones

#9348db
#935ec5
#9274af
#928a99
#929292

Tones

Similar Color like #9348db color

Find visually similar hex color codes nearing to #9348db hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#9449dc
#954add
#964bde
#974cdf
#984de0
#994ee1
#9a4fe2
#9b50e3
#9c51e4
#9d52e5
#9e53e6
#9f54e7
#a055e8
#a156e9
#9247da
#9146d9
#9045d8
#8f44d7
#8e43d6
#8d42d5
#8c41d4
#8b40d3
#8a3fd2
#893ed1
#883dd0
#873ccf
#863bce
#853acd

Download this Dark Violet

Hex #9348db Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#9348db Color Code Preview on Black Background Color

This is how #9348db Color will look on black background color. Color contrast ratio is 4.19

#9348db in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#9348db">Your Example Paragraph content text in with font color #9348db </p>

Your Example Paragraph content text in with font color #9348db

HTML with inline CSS

<div style="color:#9348db">Your Paragraph text in with font color #9348db </div>

Your Example Paragraph content text in with font color #9348db

#9348db color code is use for CSS Background Color

Background color for the above div is #9348db

HTML with inline CSS

<div style="background-color:#9348db;"></div>

#9348db color code is use for CSS Border Color

CSS Border color for the above div is #9348db

HTML with inline CSS

<div style="border:5px solid #9348db;"></div>

CSS Border Left color for the above div is #9348db

HTML with inline CSS

<div style="border-left:5px solid #9348db;"></div>

CSS Border Right color for the above div is #9348db

HTML with inline CSS

<div style="border-right:5px solid #9348db;"></div>

CSS Border Bottom color for the above div is #9348db

HTML with inline CSS

<div style="border-bottom:5px solid #9348db;"></div>

CSS Border Top color for the above div is #9348db

HTML with inline CSS

<div style="border-top:5px solid #9348db;"></div>

#9348db hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#9348db; } .examplecolorclass {color:#9348db; } .examplebordercolor {border:3px solid #9348db; }

#9348db Color code Preview on White Background

This is how #9348db Color code will look on white background color. Color contrast ratio is 5.01

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #9348db; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #9348db; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(147,72,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(144,219,72,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(147,72,219,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }