#9E49CE

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

Shades of Deep Lilac #9E49CE

Tints of Deep Lilac #9E49CE

Color information

#9E49CE (or 0x9E49CE) is unknown color: approx Deep Lilac. HEX triplet: 9E, 49 and CE. RGB value is (158,73,206). Sum of RGB (Red+Green+Blue) = 158+73+206=437 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.16% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E49CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E49CE is #61B631. Grayscale: #717171. Windows color (decimal): -6403634 or 13519262. OLE color: 13519262.

HSL color Cylindrical-coordinate representation of color #9E49CE: hue angle of 278.35º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E49CE is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15873206-
CMYK0.230.6500.19
HSL278.35º57.58%54.71%-
HSV(B)278.35º64.56%80.78%-
XYZ27.6216.4960.12-
YUV113.58180.16159.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.16%
GREEN value IS 73 (28.91% from 255) = 16.70%
BLUE value IS 206 (80.86% from 255) = 47.14%
R=36.16%
G=16.70%
B=47.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal158732060.230.6500.19278.3557.5854.71
Hex9E49CE17410131163a37
Octal236111316271010234267267
Binary10011110100100111001110101111000001010011100010110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E49CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,73,206); }

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

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

 a { background-color: rgb(158,73,206); }

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

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

 span { border-color: rgb(158,73,206); }

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