#8E64BF

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

Shades of Lilac Bush #8E64BF

Tints of Lilac Bush #8E64BF

Color information

#8E64BF (or 0x8E64BF) is unknown color: approx Lilac Bush. HEX triplet: 8E, 64 and BF. RGB value is (142,100,191). Sum of RGB (Red+Green+Blue) = 142+100+191=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E64BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E64BF is #719B40. Grayscale: #7A7A7A. Windows color (decimal): -7445313 or 12543118. OLE color: 12543118.

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

Color convert

RGB142100191-
CMYK0.260.4800.25
HSL267.69º41.55%57.06%-
HSV(B)267.69º47.64%74.9%-
XYZ25.1218.6351.56-
YUV122.93166.41141.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.79%
GREEN value IS 100 (39.45% from 255) = 23.09%
BLUE value IS 191 (75% from 255) = 44.11%
R=32.79%
G=23.09%
B=44.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421001910.260.4800.25267.6941.5557.06
Hex8E64BF1A3001910c2a39
Octal21614427732600314145271
Binary1000111011001001011111111010110000011001100001100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E64BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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