#9E4EAD

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

Shades of Deep Lilac #9E4EAD

Tints of Deep Lilac #9E4EAD

Color information

#9E4EAD (or 0x9E4EAD) is unknown color: approx Deep Lilac. HEX triplet: 9E, 4E and AD. RGB value is (158,78,173). Sum of RGB (Red+Green+Blue) = 158+78+173=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E4EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4EAD is #61B152. Grayscale: #707070. Windows color (decimal): -6402387 or 11357854. OLE color: 11357854.

HSL color Cylindrical-coordinate representation of color #9E4EAD: hue angle of 290.53º 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 #9E4EAD is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15878173-
CMYK0.090.5500.32
HSL290.53º37.85%49.22%-
HSV(B)290.53º54.91%67.84%-
XYZ24.3715.7441.29-
YUV112.75162160.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.63%
GREEN value IS 78 (30.86% from 255) = 19.07%
BLUE value IS 173 (67.97% from 255) = 42.30%
R=38.63%
G=19.07%
B=42.30%

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
Decimal158781730.090.5500.32290.5337.8549.22
Hex9E4EAD9370201232631
Octal23611625511670404434661
Binary1001111010011101010110110011101110100000100100011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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