#8E52AB

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

Shades of Deep Lilac #8E52AB

Tints of Deep Lilac #8E52AB

Color information

#8E52AB (or 0x8E52AB) is unknown color: approx Deep Lilac. HEX triplet: 8E, 52 and AB. RGB value is (142,82,171). Sum of RGB (Red+Green+Blue) = 142+82+171=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E52AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E52AB is #71AD54. Grayscale: #6D6D6D. Windows color (decimal): -7449941 or 11227790. OLE color: 11227790.

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

Color convert

RGB14282171-
CMYK0.170.5200.33
HSL280.45º35.18%49.61%-
HSV(B)280.45º52.05%67.06%-
XYZ21.5214.7340.24-
YUV110.09162.38150.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.95%
GREEN value IS 82 (32.42% from 255) = 20.76%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=35.95%
G=20.76%
B=43.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142821710.170.5200.33280.4535.1849.61
Hex8E52AB11340211182332
Octal21612225321640414304362
Binary10001110101001010101011100011101000100001100011000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E52AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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