#8E55AA

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

Shades of Deep Lilac #8E55AA

Tints of Deep Lilac #8E55AA

Color information

#8E55AA (or 0x8E55AA) is unknown color: approx Deep Lilac. HEX triplet: 8E, 55 and AA. RGB value is (142,85,170). Sum of RGB (Red+Green+Blue) = 142+85+170=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E55AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E55AA is #71AA55. Grayscale: #6F6F6F. Windows color (decimal): -7449174 or 11163022. OLE color: 11163022.

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

Color convert

RGB14285170-
CMYK0.160.5000.33
HSL280.24º33.33%50%-
HSV(B)280.24º50%66.67%-
XYZ21.6615.1539.81-
YUV111.73160.88149.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.77%
GREEN value IS 85 (33.59% from 255) = 21.41%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=35.77%
G=21.41%
B=42.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142851700.160.5000.33280.2433.3350
Hex8E55AA10320211182132
Octal21612525220620414304162
Binary10001110101010110101010100001100100100001100011000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E55AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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