#8864bb

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

Shades of Lilac Bush #8864BB

Tints of Lilac Bush #8864BB

Color information

#8864BB (or 0x8864BB) is unknown color: approx Lilac Bush. HEX triplet: 88, 64 and BB. RGB value is (136,100,187). Sum of RGB (Red+Green+Blue) = 136+100+187=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #8864BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8864BB is #779B44. Grayscale: #787878. Windows color (decimal): -7838533 or 12280968. OLE color: 12280968.

HSL color Cylindrical-coordinate representation of color #8864BB: hue angle of 264.83º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8864BB is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136100187-
CMYK0.270.4700.27
HSL264.83º39.01%56.27%-
HSV(B)264.83º46.52%73.33%-
XYZ23.6817.9449.23-
YUV120.68165.43138.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.15%
GREEN value IS 100 (39.45% from 255) = 23.64%
BLUE value IS 187 (73.44% from 255) = 44.21%
R=32.15%
G=23.64%
B=44.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361001870.270.4700.27264.8339.0156.27
Hex8864BB1B2F01B1092738
Octal21014427333570334114770
Binary1000100011001001011101111011101111011011100001001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8864bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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