Shades of Lilac Bush #9877CA
Tints of Lilac Bush #9877CA
RGB
CMYK
RGB Variations
Color information
#9877CA (or 0x9877CA) is known color: Lilac Bush. HEX triplet: 98, 77 and CA. RGB value is (152,119,202). Sum of RGB (Red+Green+Blue) = 152+119+202=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #9877CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9877CA is #678835. Grayscale: #8A8A8A. Windows color (decimal): -6785078 or 13268888. OLE color: 13268888.
HSL color Cylindrical-coordinate representation of color #9877CA: hue angle of 263.86º 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 #9877CA is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 119 | 202 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.21 |
| HSL | 263.86º | 0.44% | 0.63% | - |
| HSV(B) | 263.86º | 0.41% | 0.79% | - |
| XYZ | 30.21 | 24.13 | 58.94 | - |
| YUV | 138.33 | 163.93 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 202 | 0.25 | 0.41 | 0 | 0.21 | 263.86 | 0.44 | 0.63 |
| Hex | 98 | 77 | CA | 19 | 29 | 0 | 15 | 108 | 2C | 3F |
| Octal | 230 | 167 | 312 | 31 | 51 | 0 | 25 | 410 | 54 | 77 |
| Binary | 10011000 | 1110111 | 11001010 | 11001 | 101001 | 0 | 10101 | 100001000 | 101100 | 111111 |
Color Harmonies of #9877CA
Complementary color
Monochromatic Colors of #9877CA
Black with #9877CA
Text Example
Text Example
White with #9877CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9877CA; }
p { color: rgb(152,119,202); }
H1.HeaderClassName
{
color: #9877CA;
}
.AnyTagClassName
{
color: #9877CA;
}
</style>
background-color css
<style>
a { background-color: #9877CA; }
a { background-color: rgb(152,119,202); }
div.DivClassName
{
background-color: #9877CA;
}
.BgClassName
{
background-color: #9877CA;
}
</style>
border-color css
<style>
span { border-color: #9877CA; }
span { border-color: rgb(152,119,202); }
td.TdClassName
{
border-color: #9877CA;
}
.TagClassName
{
border-color: #9877CA;
}
</style>