#8E49AB

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

Shades of Deep Lilac #8E49AB

Tints of Deep Lilac #8E49AB

Color information

#8E49AB (or 0x8E49AB) is unknown color: approx Deep Lilac. HEX triplet: 8E, 49 and AB. RGB value is (142,73,171). Sum of RGB (Red+Green+Blue) = 142+73+171=386 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.79% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E49AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E49AB is #71B654. Grayscale: #686868. Windows color (decimal): -7452245 or 11225486. OLE color: 11225486.

HSL color Cylindrical-coordinate representation of color #8E49AB: hue angle of 282.24º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E49AB is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14273171-
CMYK0.170.5700.33
HSL282.24º40.16%47.84%-
HSV(B)282.24º57.31%67.06%-
XYZ20.8913.4640.02-
YUV104.8165.36154.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.79%
GREEN value IS 73 (28.91% from 255) = 18.91%
BLUE value IS 171 (67.19% from 255) = 44.30%
R=36.79%
G=18.91%
B=44.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142731710.170.5700.33282.2440.1647.84
Hex8E49AB113902111a2830
Octal21611125321710414325060
Binary10001110100100110101011100011110010100001100011010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E49AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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