Shades of Lilac Bush #9976CB
Tints of Lilac Bush #9976CB
RGB
CMYK
RGB Variations
Color information
#9976CB (or 0x9976CB) is known color: Lilac Bush. HEX triplet: 99, 76 and CB. RGB value is (153,118,203). Sum of RGB (Red+Green+Blue) = 153+118+203=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #9976CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9976CB is #668934. Grayscale: #898989. Windows color (decimal): -6719797 or 13334169. OLE color: 13334169.
HSL color Cylindrical-coordinate representation of color #9976CB: hue angle of 264.71º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9976CB is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 118 | 203 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.20 |
| HSL | 264.71º | 0.45% | 0.63% | - |
| HSV(B) | 264.71º | 0.42% | 0.8% | - |
| XYZ | 30.39 | 24.04 | 59.54 | - |
| YUV | 138.16 | 164.6 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 203 | 0.25 | 0.42 | 0 | 0.20 | 264.71 | 0.45 | 0.63 |
| Hex | 99 | 76 | CB | 19 | 2A | 0 | 14 | 109 | 2D | 3F |
| Octal | 231 | 166 | 313 | 31 | 52 | 0 | 24 | 411 | 55 | 77 |
| Binary | 10011001 | 1110110 | 11001011 | 11001 | 101010 | 0 | 10100 | 100001001 | 101101 | 111111 |
Color Harmonies of #9976CB
Complementary color
Monochromatic Colors of #9976CB
Black with #9976CB
Text Example
Text Example
White with #9976CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9976CB; }
p { color: rgb(153,118,203); }
H1.HeaderClassName
{
color: #9976CB;
}
.AnyTagClassName
{
color: #9976CB;
}
</style>
background-color css
<style>
a { background-color: #9976CB; }
a { background-color: rgb(153,118,203); }
div.DivClassName
{
background-color: #9976CB;
}
.BgClassName
{
background-color: #9976CB;
}
</style>
border-color css
<style>
span { border-color: #9976CB; }
span { border-color: rgb(153,118,203); }
td.TdClassName
{
border-color: #9976CB;
}
.TagClassName
{
border-color: #9976CB;
}
</style>