#8E57BF

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

Shades of Deep Lilac #8E57BF

Tints of Deep Lilac #8E57BF

Color information

#8E57BF (or 0x8E57BF) is unknown color: approx Deep Lilac. HEX triplet: 8E, 57 and BF. RGB value is (142,87,191). Sum of RGB (Red+Green+Blue) = 142+87+191=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E57BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E57BF is #71A840. Grayscale: #727272. Windows color (decimal): -7448641 or 12539790. OLE color: 12539790.

HSL color Cylindrical-coordinate representation of color #8E57BF: hue angle of 271.73º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E57BF is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14287191-
CMYK0.260.5400.25
HSL271.73º44.83%54.51%-
HSV(B)271.73º54.45%74.9%-
XYZ23.9716.3351.18-
YUV115.3170.72147.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.81%
GREEN value IS 87 (34.38% from 255) = 20.71%
BLUE value IS 191 (75% from 255) = 45.48%
R=33.81%
G=20.71%
B=45.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142871910.260.5400.25271.7344.8354.51
Hex8E57BF1A360191102d37
Octal21612727732660314205567
Binary1000111010101111011111111010110110011001100010000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E57BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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