#8E48AE

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

Shades of Deep Lilac #8E48AE

Tints of Deep Lilac #8E48AE

Color information

#8E48AE (or 0x8E48AE) is unknown color: approx Deep Lilac. HEX triplet: 8E, 48 and AE. RGB value is (142,72,174). Sum of RGB (Red+Green+Blue) = 142+72+174=388 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.60% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E48AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E48AE is #71B751. Grayscale: #686868. Windows color (decimal): -7452498 or 11421838. OLE color: 11421838.

HSL color Cylindrical-coordinate representation of color #8E48AE: hue angle of 281.18º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8E48AE is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14272174-
CMYK0.180.5900.32
HSL281.18º41.46%48.24%-
HSV(B)281.18º58.62%68.24%-
XYZ21.1113.4441.53-
YUV104.56167.19154.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.60%
GREEN value IS 72 (28.52% from 255) = 18.56%
BLUE value IS 174 (68.36% from 255) = 44.85%
R=36.60%
G=18.56%
B=44.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal142721740.180.5900.32281.1841.4648.24
Hex8E48AE123B0201192930
Octal21611025622730404315160
Binary10001110100100010101110100101110110100000100011001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E48AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,72,174); }

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

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

 a { background-color: rgb(142,72,174); }

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

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

 span { border-color: rgb(142,72,174); }

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