Shades of Lilac Bush #9977CA
Tints of Lilac Bush #9977CA
RGB
CMYK
RGB Variations
Color information
#9977CA (or 0x9977CA) is known color: Lilac Bush. HEX triplet: 99, 77 and CA. RGB value is (153,119,202). Sum of RGB (Red+Green+Blue) = 153+119+202=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #9977CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9977CA is #668835. Grayscale: #8A8A8A. Windows color (decimal): -6719542 or 13268889. OLE color: 13268889.
HSL color Cylindrical-coordinate representation of color #9977CA: hue angle of 264.58º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9977CA is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 119 | 202 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.21 |
| HSL | 264.58º | 0.44% | 0.63% | - |
| HSV(B) | 264.58º | 0.41% | 0.79% | - |
| XYZ | 30.39 | 24.23 | 58.95 | - |
| YUV | 138.63 | 163.76 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 202 | 0.24 | 0.41 | 0 | 0.21 | 264.58 | 0.44 | 0.63 |
| Hex | 99 | 77 | CA | 18 | 29 | 0 | 15 | 109 | 2C | 3F |
| Octal | 231 | 167 | 312 | 30 | 51 | 0 | 25 | 411 | 54 | 77 |
| Binary | 10011001 | 1110111 | 11001010 | 11000 | 101001 | 0 | 10101 | 100001001 | 101100 | 111111 |
Color Harmonies of #9977CA
Complementary color
Monochromatic Colors of #9977CA
Black with #9977CA
Text Example
Text Example
White with #9977CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9977CA; }
p { color: rgb(153,119,202); }
H1.HeaderClassName
{
color: #9977CA;
}
.AnyTagClassName
{
color: #9977CA;
}
</style>
background-color css
<style>
a { background-color: #9977CA; }
a { background-color: rgb(153,119,202); }
div.DivClassName
{
background-color: #9977CA;
}
.BgClassName
{
background-color: #9977CA;
}
</style>
border-color css
<style>
span { border-color: #9977CA; }
span { border-color: rgb(153,119,202); }
td.TdClassName
{
border-color: #9977CA;
}
.TagClassName
{
border-color: #9977CA;
}
</style>