#8E55AB

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

Shades of Deep Lilac #8E55AB

Tints of Deep Lilac #8E55AB

Color information

#8E55AB (or 0x8E55AB) is unknown color: approx Deep Lilac. HEX triplet: 8E, 55 and AB. RGB value is (142,85,171). Sum of RGB (Red+Green+Blue) = 142+85+171=398 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.68% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E55AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E55AB is #71AA54. Grayscale: #6F6F6F. Windows color (decimal): -7449173 or 11228558. OLE color: 11228558.

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

Color convert

RGB14285171-
CMYK0.170.5000.33
HSL279.77º33.86%50.2%-
HSV(B)279.77º50.29%67.06%-
XYZ21.7515.1940.31-
YUV111.85161.38149.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.68%
GREEN value IS 85 (33.59% from 255) = 21.36%
BLUE value IS 171 (67.19% from 255) = 42.96%
R=35.68%
G=21.36%
B=42.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142851710.170.5000.33279.7733.8650.2
Hex8E55AB11320211182232
Octal21612525321620414304262
Binary10001110101010110101011100011100100100001100011000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E55AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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