#8E71BB

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

Shades of Lilac Bush #8E71BB

Tints of Lilac Bush #8E71BB

Color information

#8E71BB (or 0x8E71BB) is unknown color: approx Lilac Bush. HEX triplet: 8E, 71 and BB. RGB value is (142,113,187). Sum of RGB (Red+Green+Blue) = 142+113+187=442 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.13% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E71BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E71BB is #718E44. Grayscale: #818181. Windows color (decimal): -7441989 or 12284302. OLE color: 12284302.

HSL color Cylindrical-coordinate representation of color #8E71BB: hue angle of 263.51º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E71BB is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB142113187-
CMYK0.240.4000.27
HSL263.51º35.24%58.82%-
HSV(B)263.51º39.57%73.33%-
XYZ26.0321.1549.72-
YUV130.11160.11136.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.13%
GREEN value IS 113 (44.53% from 255) = 25.57%
BLUE value IS 187 (73.44% from 255) = 42.31%
R=32.13%
G=25.57%
B=42.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421131870.240.4000.27263.5135.2458.82
Hex8E71BB182801B108233b
Octal21616127330500334104373
Binary1000111011100011011101111000101000011011100001000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E71BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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