#8966BF

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

Shades of Lilac Bush #8966BF

Tints of Lilac Bush #8966BF

Color information

#8966BF (or 0x8966BF) is unknown color: approx Lilac Bush. HEX triplet: 89, 66 and BF. RGB value is (137,102,191). Sum of RGB (Red+Green+Blue) = 137+102+191=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #8966BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8966BF is #769940. Grayscale: #7A7A7A. Windows color (decimal): -7772481 or 12543625. OLE color: 12543625.

HSL color Cylindrical-coordinate representation of color #8966BF: hue angle of 263.6º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8966BF is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137102191-
CMYK0.280.4700.25
HSL263.6º41.01%57.45%-
HSV(B)263.6º46.6%74.9%-
XYZ24.4718.5851.59-
YUV122.61166.6138.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.86%
GREEN value IS 102 (40.23% from 255) = 23.72%
BLUE value IS 191 (75% from 255) = 44.42%
R=31.86%
G=23.72%
B=44.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371021910.280.4700.25263.641.0157.45
Hex8966BF1C2F0191082939
Octal21114627734570314105171
Binary1000100111001101011111111100101111011001100001000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8966BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,102,191); }

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

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

 a { background-color: rgb(137,102,191); }

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

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

 span { border-color: rgb(137,102,191); }

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