#9E4DAD

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

Shades of Deep Lilac #9E4DAD

Tints of Deep Lilac #9E4DAD

Color information

#9E4DAD (or 0x9E4DAD) is unknown color: approx Deep Lilac. HEX triplet: 9E, 4D and AD. RGB value is (158,77,173). Sum of RGB (Red+Green+Blue) = 158+77+173=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E4DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4DAD is #61B252. Grayscale: #6F6F6F. Windows color (decimal): -6402643 or 11357598. OLE color: 11357598.

HSL color Cylindrical-coordinate representation of color #9E4DAD: hue angle of 290.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E4DAD is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15877173-
CMYK0.090.5500.32
HSL290.62º38.4%49.02%-
HSV(B)290.62º55.49%67.84%-
XYZ24.315.5941.26-
YUV112.16162.34160.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.73%
GREEN value IS 77 (30.47% from 255) = 18.87%
BLUE value IS 173 (67.97% from 255) = 42.40%
R=38.73%
G=18.87%
B=42.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158771730.090.5500.32290.6238.449.02
Hex9E4DAD9370201232631
Octal23611525511670404434661
Binary1001111010011011010110110011101110100000100100011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,77,173); }

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

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

 a { background-color: rgb(158,77,173); }

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

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

 span { border-color: rgb(158,77,173); }

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