#8964BA

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

Shades of Lilac Bush #8964BA

Tints of Lilac Bush #8964BA

Color information

#8964BA (or 0x8964BA) is unknown color: approx Lilac Bush. HEX triplet: 89, 64 and BA. RGB value is (137,100,186). Sum of RGB (Red+Green+Blue) = 137+100+186=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #8964BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8964BA is #769B45. Grayscale: #787878. Windows color (decimal): -7772998 or 12215433. OLE color: 12215433.

HSL color Cylindrical-coordinate representation of color #8964BA: hue angle of 265.81º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8964BA is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB137100186-
CMYK0.260.4600.27
HSL265.81º38.39%56.08%-
HSV(B)265.81º46.24%72.94%-
XYZ23.7417.9848.67-
YUV120.87164.76139.51-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.39%
GREEN value IS 100 (39.45% from 255) = 23.64%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=32.39%
G=23.64%
B=43.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371001860.260.4600.27265.8138.3956.08
Hex8964BA1A2E01B10a2638
Octal21114427232560334124670
Binary1000100111001001011101011010101110011011100001010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8964BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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