#9E49CD

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

Shades of Deep Lilac #9E49CD

Tints of Deep Lilac #9E49CD

Color information

#9E49CD (or 0x9E49CD) is unknown color: approx Deep Lilac. HEX triplet: 9E, 49 and CD. RGB value is (158,73,205). Sum of RGB (Red+Green+Blue) = 158+73+205=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E49CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E49CD is #61B632. Grayscale: #717171. Windows color (decimal): -6403635 or 13453726. OLE color: 13453726.

HSL color Cylindrical-coordinate representation of color #9E49CD: hue angle of 278.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9E49CD is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15873205-
CMYK0.230.6400.20
HSL278.64º56.9%54.51%-
HSV(B)278.64º64.39%80.39%-
XYZ27.516.4459.48-
YUV113.46179.66159.77-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.24%
GREEN value IS 73 (28.91% from 255) = 16.74%
BLUE value IS 205 (80.47% from 255) = 47.02%
R=36.24%
G=16.74%
B=47.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal158732050.230.6400.20278.6456.954.51
Hex9E49CD17400141173937
Octal236111315271000244277167
Binary10011110100100111001101101111000000010100100010111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E49CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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