#8864BF

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

Shades of Lilac Bush #8864BF

Tints of Lilac Bush #8864BF

Color information

#8864BF (or 0x8864BF) is unknown color: approx Lilac Bush. HEX triplet: 88, 64 and BF. RGB value is (136,100,191). Sum of RGB (Red+Green+Blue) = 136+100+191=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #8864BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8864BF is #779B40. Grayscale: #787878. Windows color (decimal): -7838529 or 12543112. OLE color: 12543112.

HSL color Cylindrical-coordinate representation of color #8864BF: hue angle of 263.74º 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 #8864BF is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136100191-
CMYK0.290.4800.25
HSL263.74º41.55%57.06%-
HSV(B)263.74º47.64%74.9%-
XYZ24.1118.1151.51-
YUV121.14167.43138.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.85%
GREEN value IS 100 (39.45% from 255) = 23.42%
BLUE value IS 191 (75% from 255) = 44.73%
R=31.85%
G=23.42%
B=44.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361001910.290.4800.25263.7441.5557.06
Hex8864BF1D300191082a39
Octal21014427735600314105271
Binary1000100011001001011111111101110000011001100001000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8864BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8864BF; }

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

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

<style>
 a { background-color: #8864BF; }

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

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

<style>
 span { border-color: #8864BF; }

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

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