#8E55BD

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

Shades of Deep Lilac #8E55BD

Tints of Deep Lilac #8E55BD

Color information

#8E55BD (or 0x8E55BD) is unknown color: approx Deep Lilac. HEX triplet: 8E, 55 and BD. RGB value is (142,85,189). Sum of RGB (Red+Green+Blue) = 142+85+189=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E55BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E55BD is #71AA42. Grayscale: #717171. Windows color (decimal): -7449155 or 12408206. OLE color: 12408206.

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

Color convert

RGB14285189-
CMYK0.250.5500.26
HSL272.88º44.07%53.73%-
HSV(B)272.88º55.03%74.12%-
XYZ23.5915.9249.97-
YUV113.9170.38148.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.13%
GREEN value IS 85 (33.59% from 255) = 20.43%
BLUE value IS 189 (74.22% from 255) = 45.43%
R=34.13%
G=20.43%
B=45.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal142851890.250.5500.26272.8844.0753.73
Hex8E55BD193701A1112c36
Octal21612527531670324215466
Binary1000111010101011011110111001110111011010100010001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E55BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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