#9E4EC0

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

Shades of Deep Lilac #9E4EC0

Tints of Deep Lilac #9E4EC0

Color information

#9E4EC0 (or 0x9E4EC0) is unknown color: approx Deep Lilac. HEX triplet: 9E, 4E and C0. RGB value is (158,78,192). Sum of RGB (Red+Green+Blue) = 158+78+192=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 192 - color contains mainly: blue. Hex color #9E4EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4EC0 is #61B13F. Grayscale: #727272. Windows color (decimal): -6402368 or 12603038. OLE color: 12603038.

HSL color Cylindrical-coordinate representation of color #9E4EC0: hue angle of 282.11º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E4EC0 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15878192-
CMYK0.180.5900.25
HSL282.11º47.5%52.94%-
HSV(B)282.11º59.38%75.29%-
XYZ26.3416.5251.67-
YUV114.92171.5158.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.92%
GREEN value IS 78 (30.86% from 255) = 18.22%
BLUE value IS 192 (75.39% from 255) = 44.86%
R=36.92%
G=18.22%
B=44.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158781920.180.5900.25282.1147.552.94
Hex9E4EC0123B01911a3035
Octal23611630022730314326065
Binary1001111010011101100000010010111011011001100011010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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