#8964BB

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

Shades of Lilac Bush #8964BB

Tints of Lilac Bush #8964BB

Color information

#8964BB (or 0x8964BB) is unknown color: approx Lilac Bush. HEX triplet: 89, 64 and BB. RGB value is (137,100,187). Sum of RGB (Red+Green+Blue) = 137+100+187=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #8964BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8964BB is #769B44. Grayscale: #787878. Windows color (decimal): -7772997 or 12280969. OLE color: 12280969.

HSL color Cylindrical-coordinate representation of color #8964BB: hue angle of 265.52º 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 #8964BB is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB137100187-
CMYK0.270.4700.27
HSL265.52º39.01%56.27%-
HSV(B)265.52º46.52%73.33%-
XYZ23.8418.0249.24-
YUV120.98165.26139.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.31%
GREEN value IS 100 (39.45% from 255) = 23.58%
BLUE value IS 187 (73.44% from 255) = 44.10%
R=32.31%
G=23.58%
B=44.10%

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
Decimal1371001870.270.4700.27265.5239.0156.27
Hex8964BB1B2F01B10a2738
Octal21114427333570334124770
Binary1000100111001001011101111011101111011011100001010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8964BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8964BB; }

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

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

<style>
 a { background-color: #8964BB; }

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

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

<style>
 span { border-color: #8964BB; }

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

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