#8E45AB

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

Shades of Deep Lilac #8E45AB

Tints of Deep Lilac #8E45AB

Color information

#8E45AB (or 0x8E45AB) is unknown color: approx Deep Lilac. HEX triplet: 8E, 45 and AB. RGB value is (142,69,171). Sum of RGB (Red+Green+Blue) = 142+69+171=382 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.17% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E45AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E45AB is #71BA54. Grayscale: #666666. Windows color (decimal): -7453269 or 11224462. OLE color: 11224462.

HSL color Cylindrical-coordinate representation of color #8E45AB: hue angle of 282.94º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8E45AB is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14269171-
CMYK0.170.6000.33
HSL282.94º42.5%47.06%-
HSV(B)282.94º59.65%67.06%-
XYZ20.6312.9539.94-
YUV102.46166.68156.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.17%
GREEN value IS 69 (27.34% from 255) = 18.06%
BLUE value IS 171 (67.19% from 255) = 44.76%
R=37.17%
G=18.06%
B=44.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142691710.170.6000.33282.9442.547.06
Hex8E45AB113C02111b2a2f
Octal21610525321740414335257
Binary10001110100010110101011100011111000100001100011011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E45AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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