Shades of Lilac Bush #9971CB
Tints of Lilac Bush #9971CB
RGB
CMYK
RGB Variations
Color information
#9971CB (or 0x9971CB) is known color: Lilac Bush. HEX triplet: 99, 71 and CB. RGB value is (153,113,203). Sum of RGB (Red+Green+Blue) = 153+113+203=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #9971CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9971CB is #668E34. Grayscale: #868686. Windows color (decimal): -6721077 or 13332889. OLE color: 13332889.
HSL color Cylindrical-coordinate representation of color #9971CB: hue angle of 266.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9971CB is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 113 | 203 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.20 |
| HSL | 266.67º | 0.46% | 0.62% | - |
| HSV(B) | 266.67º | 0.44% | 0.8% | - |
| XYZ | 29.82 | 22.89 | 59.35 | - |
| YUV | 135.22 | 166.25 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 203 | 0.25 | 0.44 | 0 | 0.20 | 266.67 | 0.46 | 0.62 |
| Hex | 99 | 71 | CB | 19 | 2C | 0 | 14 | 10B | 2E | 3E |
| Octal | 231 | 161 | 313 | 31 | 54 | 0 | 24 | 413 | 56 | 76 |
| Binary | 10011001 | 1110001 | 11001011 | 11001 | 101100 | 0 | 10100 | 100001011 | 101110 | 111110 |
Color Harmonies of #9971CB
Complementary color
Monochromatic Colors of #9971CB
Black with #9971CB
Text Example
Text Example
White with #9971CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9971CB; }
p { color: rgb(153,113,203); }
H1.HeaderClassName
{
color: #9971CB;
}
.AnyTagClassName
{
color: #9971CB;
}
</style>
background-color css
<style>
a { background-color: #9971CB; }
a { background-color: rgb(153,113,203); }
div.DivClassName
{
background-color: #9971CB;
}
.BgClassName
{
background-color: #9971CB;
}
</style>
border-color css
<style>
span { border-color: #9971CB; }
span { border-color: rgb(153,113,203); }
td.TdClassName
{
border-color: #9971CB;
}
.TagClassName
{
border-color: #9971CB;
}
</style>