Shades of Lilac Bush #9971CA
Tints of Lilac Bush #9971CA
RGB
CMYK
RGB Variations
Color information
#9971CA (or 0x9971CA) is known color: Lilac Bush. HEX triplet: 99, 71 and CA. RGB value is (153,113,202). Sum of RGB (Red+Green+Blue) = 153+113+202=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #9971CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9971CA is #668E35. Grayscale: #868686. Windows color (decimal): -6721078 or 13267353. OLE color: 13267353.
HSL color Cylindrical-coordinate representation of color #9971CA: hue angle of 266.97º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9971CA is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 113 | 202 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.21 |
| HSL | 266.97º | 0.46% | 0.62% | - |
| HSV(B) | 266.97º | 0.44% | 0.79% | - |
| XYZ | 29.7 | 22.85 | 58.72 | - |
| YUV | 135.11 | 165.75 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 202 | 0.24 | 0.44 | 0 | 0.21 | 266.97 | 0.46 | 0.62 |
| Hex | 99 | 71 | CA | 18 | 2C | 0 | 15 | 10B | 2E | 3E |
| Octal | 231 | 161 | 312 | 30 | 54 | 0 | 25 | 413 | 56 | 76 |
| Binary | 10011001 | 1110001 | 11001010 | 11000 | 101100 | 0 | 10101 | 100001011 | 101110 | 111110 |
Color Harmonies of #9971CA
Complementary color
Monochromatic Colors of #9971CA
Black with #9971CA
Text Example
Text Example
White with #9971CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9971CA; }
p { color: rgb(153,113,202); }
H1.HeaderClassName
{
color: #9971CA;
}
.AnyTagClassName
{
color: #9971CA;
}
</style>
background-color css
<style>
a { background-color: #9971CA; }
a { background-color: rgb(153,113,202); }
div.DivClassName
{
background-color: #9971CA;
}
.BgClassName
{
background-color: #9971CA;
}
</style>
border-color css
<style>
span { border-color: #9971CA; }
span { border-color: rgb(153,113,202); }
td.TdClassName
{
border-color: #9971CA;
}
.TagClassName
{
border-color: #9971CA;
}
</style>