Shades of Lilac Bush #8960BB
Tints of Lilac Bush #8960BB
RGB
CMYK
RGB Variations
Color information
#8960BB (or 0x8960BB) is known color: Lilac Bush. HEX triplet: 89, 60 and BB. RGB value is (137,96,187). Sum of RGB (Red+Green+Blue) = 137+96+187=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #8960BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8960BB is #769F44. Grayscale: #767676. Windows color (decimal): -7774021 or 12279945. OLE color: 12279945.
HSL color Cylindrical-coordinate representation of color #8960BB: hue angle of 267.03º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8960BB is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 96 | 187 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.27 |
| HSL | 267.03º | 0.4% | 0.55% | - |
| HSV(B) | 267.03º | 0.49% | 0.73% | - |
| XYZ | 23.47 | 17.27 | 49.11 | - |
| YUV | 118.63 | 166.58 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 96 | 187 | 0.27 | 0.49 | 0 | 0.27 | 267.03 | 0.4 | 0.55 |
| Hex | 89 | 60 | BB | 1B | 31 | 0 | 1B | 10B | 28 | 37 |
| Octal | 211 | 140 | 273 | 33 | 61 | 0 | 33 | 413 | 50 | 67 |
| Binary | 10001001 | 1100000 | 10111011 | 11011 | 110001 | 0 | 11011 | 100001011 | 101000 | 110111 |
Color Harmonies of #8960BB
Complementary color
Monochromatic Colors of #8960BB
Black with #8960BB
Text Example
Text Example
White with #8960BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8960BB; }
p { color: rgb(137,96,187); }
H1.HeaderClassName
{
color: #8960BB;
}
.AnyTagClassName
{
color: #8960BB;
}
</style>
background-color css
<style>
a { background-color: #8960BB; }
a { background-color: rgb(137,96,187); }
div.DivClassName
{
background-color: #8960BB;
}
.BgClassName
{
background-color: #8960BB;
}
</style>
border-color css
<style>
span { border-color: #8960BB; }
span { border-color: rgb(137,96,187); }
td.TdClassName
{
border-color: #8960BB;
}
.TagClassName
{
border-color: #8960BB;
}
</style>