Shades of Lilac Bush #8966BA
Tints of Lilac Bush #8966BA
RGB
CMYK
RGB Variations
Color information
#8966BA (or 0x8966BA) is known color: Lilac Bush. HEX triplet: 89, 66 and BA. RGB value is (137,102,186). Sum of RGB (Red+Green+Blue) = 137+102+186=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #8966BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8966BA is #769945. Grayscale: #797979. Windows color (decimal): -7772486 or 12215945. OLE color: 12215945.
HSL color Cylindrical-coordinate representation of color #8966BA: hue angle of 265º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8966BA is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 102 | 186 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.27 |
| HSL | 265º | 0.38% | 0.56% | - |
| HSV(B) | 265º | 0.45% | 0.73% | - |
| XYZ | 23.93 | 18.37 | 48.74 | - |
| YUV | 122.04 | 164.1 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 102 | 186 | 0.26 | 0.45 | 0 | 0.27 | 265 | 0.38 | 0.56 |
| Hex | 89 | 66 | BA | 1A | 2D | 0 | 1B | 109 | 26 | 38 |
| Octal | 211 | 146 | 272 | 32 | 55 | 0 | 33 | 411 | 46 | 70 |
| Binary | 10001001 | 1100110 | 10111010 | 11010 | 101101 | 0 | 11011 | 100001001 | 100110 | 111000 |
Color Harmonies of #8966BA
Complementary color
Monochromatic Colors of #8966BA
Black with #8966BA
Text Example
Text Example
White with #8966BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8966BA; }
p { color: rgb(137,102,186); }
H1.HeaderClassName
{
color: #8966BA;
}
.AnyTagClassName
{
color: #8966BA;
}
</style>
background-color css
<style>
a { background-color: #8966BA; }
a { background-color: rgb(137,102,186); }
div.DivClassName
{
background-color: #8966BA;
}
.BgClassName
{
background-color: #8966BA;
}
</style>
border-color css
<style>
span { border-color: #8966BA; }
span { border-color: rgb(137,102,186); }
td.TdClassName
{
border-color: #8966BA;
}
.TagClassName
{
border-color: #8966BA;
}
</style>