#8E5DAC

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

Shades of Deep Lilac #8E5DAC

Tints of Deep Lilac #8E5DAC

Color information

#8E5DAC (or 0x8E5DAC) is unknown color: approx Deep Lilac. HEX triplet: 8E, 5D and AC. RGB value is (142,93,172). Sum of RGB (Red+Green+Blue) = 142+93+172=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 93 (36.72% from 255 or 22.85% 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 #8E5DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5DAC is #71A253. Grayscale: #747474. Windows color (decimal): -7447124 or 11296142. OLE color: 11296142.

HSL color Cylindrical-coordinate representation of color #8E5DAC: hue angle of 277.22º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E5DAC is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14293172-
CMYK0.170.4600.33
HSL277.22º32.24%51.96%-
HSV(B)277.22º45.93%67.45%-
XYZ22.5216.5641.04-
YUV116.66159.23146.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.89%
GREEN value IS 93 (36.72% from 255) = 22.85%
BLUE value IS 172 (67.58% from 255) = 42.26%
R=34.89%
G=22.85%
B=42.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142931720.170.4600.33277.2232.2451.96
Hex8E5DAC112E0211152034
Octal21613525421560414254064
Binary10001110101110110101100100011011100100001100010101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E5DAC; }

 p { color: rgb(142,93,172); }

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

<style>
 a { background-color: #8E5DAC; }

 a { background-color: rgb(142,93,172); }

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

<style>
 span { border-color: #8E5DAC; }

 span { border-color: rgb(142,93,172); }

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