#8E54AB

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

Shades of Deep Lilac #8E54AB

Tints of Deep Lilac #8E54AB

Color information

#8E54AB (or 0x8E54AB) is unknown color: approx Deep Lilac. HEX triplet: 8E, 54 and AB. RGB value is (142,84,171). Sum of RGB (Red+Green+Blue) = 142+84+171=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E54AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E54AB is #71AB54. Grayscale: #6E6E6E. Windows color (decimal): -7449429 or 11228302. OLE color: 11228302.

HSL color Cylindrical-coordinate representation of color #8E54AB: hue angle of 280º 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 #8E54AB is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14284171-
CMYK0.170.5100.33
HSL280º34.12%50%-
HSV(B)280º50.88%67.06%-
XYZ21.6815.0340.29-
YUV111.26161.72149.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.77%
GREEN value IS 84 (33.20% from 255) = 21.16%
BLUE value IS 171 (67.19% from 255) = 43.07%
R=35.77%
G=21.16%
B=43.07%

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
Decimal142841710.170.5100.3328034.1250
Hex8E54AB11330211182232
Octal21612425321630414304262
Binary10001110101010010101011100011100110100001100011000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E54AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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