Shades of Lilac Bush #8960BD
Tints of Lilac Bush #8960BD
RGB
CMYK
RGB Variations
Color information
#8960BD (or 0x8960BD) is known color: Lilac Bush. HEX triplet: 89, 60 and BD. RGB value is (137,96,189). Sum of RGB (Red+Green+Blue) = 137+96+189=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #8960BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8960BD is #769F42. Grayscale: #767676. Windows color (decimal): -7774019 or 12411017. OLE color: 12411017.
HSL color Cylindrical-coordinate representation of color #8960BD: hue angle of 266.45º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8960BD is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 96 | 189 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.26 |
| HSL | 266.45º | 0.41% | 0.56% | - |
| HSV(B) | 266.45º | 0.49% | 0.74% | - |
| XYZ | 23.68 | 17.36 | 50.25 | - |
| YUV | 118.86 | 167.58 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 96 | 189 | 0.28 | 0.49 | 0 | 0.26 | 266.45 | 0.41 | 0.56 |
| Hex | 89 | 60 | BD | 1C | 31 | 0 | 1A | 10A | 29 | 38 |
| Octal | 211 | 140 | 275 | 34 | 61 | 0 | 32 | 412 | 51 | 70 |
| Binary | 10001001 | 1100000 | 10111101 | 11100 | 110001 | 0 | 11010 | 100001010 | 101001 | 111000 |
Color Harmonies of #8960BD
Complementary color
Monochromatic Colors of #8960BD
Black with #8960BD
Text Example
Text Example
White with #8960BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8960BD; }
p { color: rgb(137,96,189); }
H1.HeaderClassName
{
color: #8960BD;
}
.AnyTagClassName
{
color: #8960BD;
}
</style>
background-color css
<style>
a { background-color: #8960BD; }
a { background-color: rgb(137,96,189); }
div.DivClassName
{
background-color: #8960BD;
}
.BgClassName
{
background-color: #8960BD;
}
</style>
border-color css
<style>
span { border-color: #8960BD; }
span { border-color: rgb(137,96,189); }
td.TdClassName
{
border-color: #8960BD;
}
.TagClassName
{
border-color: #8960BD;
}
</style>