#9D3EAC

Color #9D3EAC Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9D3EAC

Tints of Deep Lilac #9D3EAC

Color information

#9D3EAC (or 0x9D3EAC) is unknown color: approx Deep Lilac. HEX triplet: 9D, 3E and AC. RGB value is (157,62,172). Sum of RGB (Red+Green+Blue) = 157+62+172=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 62 (24.61% from 255 or 15.86% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D3EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3EAC is #62C153. Grayscale: #666666. Windows color (decimal): -6472020 or 11288221. OLE color: 11288221.

HSL color Cylindrical-coordinate representation of color #9D3EAC: hue angle of 291.82º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D3EAC is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15762172-
CMYK0.090.6400.33
HSL291.82º47.01%45.88%-
HSV(B)291.82º63.95%67.45%-
XYZ23.0713.5940.44-
YUV102.94166.97166.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 40.15%
GREEN value IS 62 (24.61% from 255) = 15.86%
BLUE value IS 172 (67.58% from 255) = 43.99%
R=40.15%
G=15.86%
B=43.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157621720.090.6400.33291.8247.0145.88
Hex9D3EAC9400211242f2e
Octal23576254111000414445756
Binary1001110111111010101100100110000000100001100100100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D3EAC; }

 p { color: rgb(157,62,172); }

 H1.HeaderClassName
 {
   color: #9D3EAC;
 }
 .AnyTagClassName
 {
   color: #9D3EAC;
 }
</style>
background-color css

<style>
 a { background-color: #9D3EAC; }

 a { background-color: rgb(157,62,172); }

 div.DivClassName
 {
   background-color: #9D3EAC;
 }
 .BgClassName
 {
   background-color: #9D3EAC;
 }
</style>
border-color css

<style>
 span { border-color: #9D3EAC; }

 span { border-color: rgb(157,62,172); }

 td.TdClassName
 {
   border-color: #9D3EAC;
 }
 .TagClassName
 {
   border-color: #9D3EAC;
 }
</style>