#8E50AE

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

Shades of Deep Lilac #8E50AE

Tints of Deep Lilac #8E50AE

Color information

#8E50AE (or 0x8E50AE) is unknown color: approx Deep Lilac. HEX triplet: 8E, 50 and AE. RGB value is (142,80,174). Sum of RGB (Red+Green+Blue) = 142+80+174=396 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.86% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E50AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E50AE is #71AF51. Grayscale: #6C6C6C. Windows color (decimal): -7450450 or 11423886. OLE color: 11423886.

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

Color convert

RGB14280174-
CMYK0.180.5400.32
HSL279.57º37.01%49.8%-
HSV(B)279.57º54.02%68.24%-
XYZ21.6614.5441.71-
YUV109.25164.54151.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.86%
GREEN value IS 80 (31.64% from 255) = 20.20%
BLUE value IS 174 (68.36% from 255) = 43.94%
R=35.86%
G=20.20%
B=43.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal142801740.180.5400.32279.5737.0149.8
Hex8E50AE12360201182532
Octal21612025622660404304562
Binary10001110101000010101110100101101100100000100011000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E50AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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