#9E4DAC

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

Shades of Deep Lilac #9E4DAC

Tints of Deep Lilac #9E4DAC

Color information

#9E4DAC (or 0x9E4DAC) is unknown color: approx Deep Lilac. HEX triplet: 9E, 4D and AC. RGB value is (158,77,172). Sum of RGB (Red+Green+Blue) = 158+77+172=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E4DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4DAC is #61B253. Grayscale: #6F6F6F. Windows color (decimal): -6402644 or 11292062. OLE color: 11292062.

HSL color Cylindrical-coordinate representation of color #9E4DAC: hue angle of 291.16º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E4DAC is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15877172-
CMYK0.080.5500.33
HSL291.16º38.15%48.82%-
HSV(B)291.16º55.23%67.45%-
XYZ24.215.5640.76-
YUV112.05161.84160.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.82%
GREEN value IS 77 (30.47% from 255) = 18.92%
BLUE value IS 172 (67.58% from 255) = 42.26%
R=38.82%
G=18.92%
B=42.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158771720.080.5500.33291.1638.1548.82
Hex9E4DAC8370211232631
Octal23611525410670414434661
Binary1001111010011011010110010001101110100001100100011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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