#8E54AA

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

Shades of Deep Lilac #8E54AA

Tints of Deep Lilac #8E54AA

Color information

#8E54AA (or 0x8E54AA) is unknown color: approx Deep Lilac. HEX triplet: 8E, 54 and AA. RGB value is (142,84,170). Sum of RGB (Red+Green+Blue) = 142+84+170=396 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.86% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E54AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E54AA is #71AB55. Grayscale: #6E6E6E. Windows color (decimal): -7449430 or 11162766. OLE color: 11162766.

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

Color convert

RGB14284170-
CMYK0.160.5100.33
HSL280.47º33.86%49.8%-
HSV(B)280.47º50.59%66.67%-
XYZ21.5814.9939.79-
YUV111.15161.22150.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.86%
GREEN value IS 84 (33.20% from 255) = 21.21%
BLUE value IS 170 (66.80% from 255) = 42.93%
R=35.86%
G=21.21%
B=42.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142841700.160.5100.33280.4733.8649.8
Hex8E54AA10330211182232
Octal21612425220630414304262
Binary10001110101010010101010100001100110100001100011000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E54AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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