#8E57AF

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

Shades of Deep Lilac #8E57AF

Tints of Deep Lilac #8E57AF

Color information

#8E57AF (or 0x8E57AF) is unknown color: approx Deep Lilac. HEX triplet: 8E, 57 and AF. RGB value is (142,87,175). Sum of RGB (Red+Green+Blue) = 142+87+175=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E57AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E57AF is #71A850. Grayscale: #717171. Windows color (decimal): -7448657 or 11491214. OLE color: 11491214.

HSL color Cylindrical-coordinate representation of color #8E57AF: hue angle of 277.5º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E57AF is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14287175-
CMYK0.190.5000.31
HSL277.5º35.48%51.37%-
HSV(B)277.5º50.29%68.63%-
XYZ22.315.6642.41-
YUV113.48162.72148.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.15%
GREEN value IS 87 (34.38% from 255) = 21.53%
BLUE value IS 175 (68.75% from 255) = 43.32%
R=35.15%
G=21.53%
B=43.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142871750.190.5000.31277.535.4851.37
Hex8E57AF133201F1162333
Octal21612725723620374264363
Binary1000111010101111010111110011110010011111100010110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E57AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,87,175); }

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

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

 a { background-color: rgb(142,87,175); }

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

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

 span { border-color: rgb(142,87,175); }

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