#8E64BE

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

Shades of Lilac Bush #8E64BE

Tints of Lilac Bush #8E64BE

Color information

#8E64BE (or 0x8E64BE) is unknown color: approx Lilac Bush. HEX triplet: 8E, 64 and BE. RGB value is (142,100,190). Sum of RGB (Red+Green+Blue) = 142+100+190=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E64BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E64BE is #719B41. Grayscale: #7A7A7A. Windows color (decimal): -7445314 or 12477582. OLE color: 12477582.

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

Color convert

RGB142100190-
CMYK0.250.4700.25
HSL268º40.91%56.86%-
HSV(B)268º47.37%74.51%-
XYZ25.0118.5850.98-
YUV122.82165.91141.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.87%
GREEN value IS 100 (39.45% from 255) = 23.15%
BLUE value IS 190 (74.61% from 255) = 43.98%
R=32.87%
G=23.15%
B=43.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421001900.250.4700.2526840.9156.86
Hex8E64BE192F01910c2939
Octal21614427631570314145171
Binary1000111011001001011111011001101111011001100001100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E64BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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