#8e55bb

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

Shades of Deep Lilac #8E55BB

Tints of Deep Lilac #8E55BB

Color information

#8E55BB (or 0x8E55BB) is unknown color: approx Deep Lilac. HEX triplet: 8E, 55 and BB. RGB value is (142,85,187). Sum of RGB (Red+Green+Blue) = 142+85+187=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E55BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E55BB is #71AA44. Grayscale: #717171. Windows color (decimal): -7449157 or 12277134. OLE color: 12277134.

HSL color Cylindrical-coordinate representation of color #8E55BB: hue angle of 273.53º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E55BB is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14285187-
CMYK0.240.5500.27
HSL273.53º42.86%53.33%-
HSV(B)273.53º54.55%73.33%-
XYZ23.3715.8448.84-
YUV113.67169.38148.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.30%
GREEN value IS 85 (33.59% from 255) = 20.53%
BLUE value IS 187 (73.44% from 255) = 45.17%
R=34.30%
G=20.53%
B=45.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal142851870.240.5500.27273.5342.8653.33
Hex8E55BB183701B1122b35
Octal21612527330670334225365
Binary1000111010101011011101111000110111011011100010010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e55bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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