Shades of Lilac Bush #9C76CB
Tints of Lilac Bush #9C76CB
RGB
CMYK
RGB Variations
Color information
#9C76CB (or 0x9C76CB) is known color: Lilac Bush. HEX triplet: 9C, 76 and CB. RGB value is (156,118,203). Sum of RGB (Red+Green+Blue) = 156+118+203=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C76CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C76CB is #638934. Grayscale: #8A8A8A. Windows color (decimal): -6523189 or 13334172. OLE color: 13334172.
HSL color Cylindrical-coordinate representation of color #9C76CB: hue angle of 266.82º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C76CB is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 118 | 203 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.20 |
| HSL | 266.82º | 0.45% | 0.63% | - |
| HSV(B) | 266.82º | 0.42% | 0.8% | - |
| XYZ | 30.97 | 24.34 | 59.57 | - |
| YUV | 139.05 | 164.09 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 118 | 203 | 0.23 | 0.42 | 0 | 0.20 | 266.82 | 0.45 | 0.63 |
| Hex | 9C | 76 | CB | 17 | 2A | 0 | 14 | 10B | 2D | 3F |
| Octal | 234 | 166 | 313 | 27 | 52 | 0 | 24 | 413 | 55 | 77 |
| Binary | 10011100 | 1110110 | 11001011 | 10111 | 101010 | 0 | 10100 | 100001011 | 101101 | 111111 |
Color Harmonies of #9C76CB
Complementary color
Monochromatic Colors of #9C76CB
Black with #9C76CB
Text Example
Text Example
White with #9C76CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C76CB; }
p { color: rgb(156,118,203); }
H1.HeaderClassName
{
color: #9C76CB;
}
.AnyTagClassName
{
color: #9C76CB;
}
</style>
background-color css
<style>
a { background-color: #9C76CB; }
a { background-color: rgb(156,118,203); }
div.DivClassName
{
background-color: #9C76CB;
}
.BgClassName
{
background-color: #9C76CB;
}
</style>
border-color css
<style>
span { border-color: #9C76CB; }
span { border-color: rgb(156,118,203); }
td.TdClassName
{
border-color: #9C76CB;
}
.TagClassName
{
border-color: #9C76CB;
}
</style>