#8E45AD

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

Shades of Deep Lilac #8E45AD

Tints of Deep Lilac #8E45AD

Color information

#8E45AD (or 0x8E45AD) is unknown color: approx Deep Lilac. HEX triplet: 8E, 45 and AD. RGB value is (142,69,173). Sum of RGB (Red+Green+Blue) = 142+69+173=384 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.98% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #8E45AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E45AD is #71BA52. Grayscale: #666666. Windows color (decimal): -7453267 or 11355534. OLE color: 11355534.

HSL color Cylindrical-coordinate representation of color #8E45AD: hue angle of 282.12º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8E45AD is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14269173-
CMYK0.180.6000.32
HSL282.12º42.98%47.45%-
HSV(B)282.12º60.12%67.84%-
XYZ20.8313.0240.95-
YUV102.68167.68156.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.98%
GREEN value IS 69 (27.34% from 255) = 17.97%
BLUE value IS 173 (67.97% from 255) = 45.05%
R=36.98%
G=17.97%
B=45.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal142691730.180.6000.32282.1242.9847.45
Hex8E45AD123C02011a2b2f
Octal21610525522740404325357
Binary10001110100010110101101100101111000100000100011010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E45AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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