#9E4DB2

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

Shades of Deep Lilac #9E4DB2

Tints of Deep Lilac #9E4DB2

Color information

#9E4DB2 (or 0x9E4DB2) is unknown color: approx Deep Lilac. HEX triplet: 9E, 4D and B2. RGB value is (158,77,178). Sum of RGB (Red+Green+Blue) = 158+77+178=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 178 - color contains mainly: blue. Hex color #9E4DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4DB2 is #61B24D. Grayscale: #707070. Windows color (decimal): -6402638 or 11685278. OLE color: 11685278.

HSL color Cylindrical-coordinate representation of color #9E4DB2: hue angle of 288.12º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E4DB2 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15877178-
CMYK0.110.5700.30
HSL288.12º39.61%50%-
HSV(B)288.12º56.74%69.8%-
XYZ24.7915.7943.86-
YUV112.73164.84160.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.26%
GREEN value IS 77 (30.47% from 255) = 18.64%
BLUE value IS 178 (69.92% from 255) = 43.10%
R=38.26%
G=18.64%
B=43.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal158771780.110.5700.30288.1239.6150
Hex9E4DB2B3901E1202832
Octal23611526213710364405062
Binary100111101001101101100101011111001011110100100000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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