Shades of Lilac Bush #9C76CA
Tints of Lilac Bush #9C76CA
RGB
CMYK
RGB Variations
Color information
#9C76CA (or 0x9C76CA) is known color: Lilac Bush. HEX triplet: 9C, 76 and CA. RGB value is (156,118,202). Sum of RGB (Red+Green+Blue) = 156+118+202=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C76CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C76CA is #638935. Grayscale: #8A8A8A. Windows color (decimal): -6523190 or 13268636. OLE color: 13268636.
HSL color Cylindrical-coordinate representation of color #9C76CA: hue angle of 267.14º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C76CA is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 118 | 202 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.21 |
| HSL | 267.14º | 0.44% | 0.63% | - |
| HSV(B) | 267.14º | 0.42% | 0.79% | - |
| XYZ | 30.85 | 24.29 | 58.94 | - |
| YUV | 138.94 | 163.59 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 118 | 202 | 0.23 | 0.42 | 0 | 0.21 | 267.14 | 0.44 | 0.63 |
| Hex | 9C | 76 | CA | 17 | 2A | 0 | 15 | 10B | 2C | 3F |
| Octal | 234 | 166 | 312 | 27 | 52 | 0 | 25 | 413 | 54 | 77 |
| Binary | 10011100 | 1110110 | 11001010 | 10111 | 101010 | 0 | 10101 | 100001011 | 101100 | 111111 |
Color Harmonies of #9C76CA
Complementary color
Monochromatic Colors of #9C76CA
Black with #9C76CA
Text Example
Text Example
White with #9C76CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C76CA; }
p { color: rgb(156,118,202); }
H1.HeaderClassName
{
color: #9C76CA;
}
.AnyTagClassName
{
color: #9C76CA;
}
</style>
background-color css
<style>
a { background-color: #9C76CA; }
a { background-color: rgb(156,118,202); }
div.DivClassName
{
background-color: #9C76CA;
}
.BgClassName
{
background-color: #9C76CA;
}
</style>
border-color css
<style>
span { border-color: #9C76CA; }
span { border-color: rgb(156,118,202); }
td.TdClassName
{
border-color: #9C76CA;
}
.TagClassName
{
border-color: #9C76CA;
}
</style>