#8E71BC

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

Shades of Lilac Bush #8E71BC

Tints of Lilac Bush #8E71BC

Color information

#8E71BC (or 0x8E71BC) is unknown color: approx Lilac Bush. HEX triplet: 8E, 71 and BC. RGB value is (142,113,188). Sum of RGB (Red+Green+Blue) = 142+113+188=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E71BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E71BC is #718E43. Grayscale: #818181. Windows color (decimal): -7441988 or 12349838. OLE color: 12349838.

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

Color convert

RGB142113188-
CMYK0.240.4000.26
HSL263.2º35.89%59.02%-
HSV(B)263.2º39.89%73.73%-
XYZ26.1421.1950.29-
YUV130.22160.61136.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.05%
GREEN value IS 113 (44.53% from 255) = 25.51%
BLUE value IS 188 (73.83% from 255) = 42.44%
R=32.05%
G=25.51%
B=42.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421131880.240.4000.26263.235.8959.02
Hex8E71BC182801A107243b
Octal21616127430500324074473
Binary1000111011100011011110011000101000011010100000111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E71BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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