#8E55BF

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

Shades of Deep Lilac #8E55BF

Tints of Deep Lilac #8E55BF

Color information

#8E55BF (or 0x8E55BF) is unknown color: approx Deep Lilac. HEX triplet: 8E, 55 and BF. RGB value is (142,85,191). Sum of RGB (Red+Green+Blue) = 142+85+191=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E55BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E55BF is #71AA40. Grayscale: #717171. Windows color (decimal): -7449153 or 12539278. OLE color: 12539278.

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

Color convert

RGB14285191-
CMYK0.260.5500.25
HSL272.26º45.3%54.12%-
HSV(B)272.26º55.5%74.9%-
XYZ23.8116.0151.13-
YUV114.13171.38147.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.97%
GREEN value IS 85 (33.59% from 255) = 20.33%
BLUE value IS 191 (75% from 255) = 45.69%
R=33.97%
G=20.33%
B=45.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142851910.260.5500.25272.2645.354.12
Hex8E55BF1A370191102d36
Octal21612527732670314205566
Binary1000111010101011011111111010110111011001100010000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E55BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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