#8E56BD

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

Shades of Deep Lilac #8E56BD

Tints of Deep Lilac #8E56BD

Color information

#8E56BD (or 0x8E56BD) is unknown color: approx Deep Lilac. HEX triplet: 8E, 56 and BD. RGB value is (142,86,189). Sum of RGB (Red+Green+Blue) = 142+86+189=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E56BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E56BD is #71A942. Grayscale: #727272. Windows color (decimal): -7448899 or 12408462. OLE color: 12408462.

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

Color convert

RGB14286189-
CMYK0.250.5400.26
HSL272.62º43.83%53.92%-
HSV(B)272.62º54.5%74.12%-
XYZ23.6716.0850-
YUV114.49170.05147.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.05%
GREEN value IS 86 (33.98% from 255) = 20.62%
BLUE value IS 189 (74.22% from 255) = 45.32%
R=34.05%
G=20.62%
B=45.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal142861890.250.5400.26272.6243.8353.92
Hex8E56BD193601A1112c36
Octal21612627531660324215466
Binary1000111010101101011110111001110110011010100010001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E56BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,86,189); }

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

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

 a { background-color: rgb(142,86,189); }

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

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

 span { border-color: rgb(142,86,189); }

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