#8E55AC

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

Shades of Deep Lilac #8E55AC

Tints of Deep Lilac #8E55AC

Color information

#8E55AC (or 0x8E55AC) is unknown color: approx Deep Lilac. HEX triplet: 8E, 55 and AC. RGB value is (142,85,172). Sum of RGB (Red+Green+Blue) = 142+85+172=399 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.59% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E55AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E55AC is #71AA53. Grayscale: #6F6F6F. Windows color (decimal): -7449172 or 11294094. OLE color: 11294094.

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

Color convert

RGB14285172-
CMYK0.170.5100.33
HSL279.31º34.39%50.39%-
HSV(B)279.31º50.58%67.45%-
XYZ21.8515.2340.82-
YUV111.96161.88149.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.59%
GREEN value IS 85 (33.59% from 255) = 21.30%
BLUE value IS 172 (67.58% from 255) = 43.11%
R=35.59%
G=21.30%
B=43.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142851720.170.5100.33279.3134.3950.39
Hex8E55AC11330211172232
Octal21612525421630414274262
Binary10001110101010110101100100011100110100001100010111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E55AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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