#8E5BBB

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

Shades of Deep Lilac #8E5BBB

Tints of Deep Lilac #8E5BBB

Color information

#8E5BBB (or 0x8E5BBB) is unknown color: approx Deep Lilac. HEX triplet: 8E, 5B and BB. RGB value is (142,91,187). Sum of RGB (Red+Green+Blue) = 142+91+187=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E5BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5BBB is #71A444. Grayscale: #747474. Windows color (decimal): -7447621 or 12278670. OLE color: 12278670.

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

Color convert

RGB14291187-
CMYK0.240.5100.27
HSL271.88º41.38%54.51%-
HSV(B)271.88º51.34%73.33%-
XYZ23.8716.8249-
YUV117.19167.4145.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.81%
GREEN value IS 91 (35.94% from 255) = 21.67%
BLUE value IS 187 (73.44% from 255) = 44.52%
R=33.81%
G=21.67%
B=44.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal142911870.240.5100.27271.8841.3854.51
Hex8E5BBB183301B1102937
Octal21613327330630334205167
Binary1000111010110111011101111000110011011011100010000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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