#8E71BE

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

Shades of Lilac Bush #8E71BE

Tints of Lilac Bush #8E71BE

Color information

#8E71BE (or 0x8E71BE) is unknown color: approx Lilac Bush. HEX triplet: 8E, 71 and BE. RGB value is (142,113,190). Sum of RGB (Red+Green+Blue) = 142+113+190=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E71BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E71BE is #718E41. Grayscale: #828282. Windows color (decimal): -7441986 or 12480910. OLE color: 12480910.

HSL color Cylindrical-coordinate representation of color #8E71BE: hue angle of 262.6º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E71BE is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB142113190-
CMYK0.250.4100.25
HSL262.6º37.2%59.41%-
HSV(B)262.6º40.53%74.51%-
XYZ26.3521.2851.43-
YUV130.45161.61136.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.91%
GREEN value IS 113 (44.53% from 255) = 25.39%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=31.91%
G=25.39%
B=42.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421131900.250.4100.25262.637.259.41
Hex8E71BE1929019107253b
Octal21616127631510314074573
Binary1000111011100011011111011001101001011001100000111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E71BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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