Shades of Lilac Bush #9A76CB
Tints of Lilac Bush #9A76CB
RGB
CMYK
RGB Variations
Color information
#9A76CB (or 0x9A76CB) is known color: Lilac Bush. HEX triplet: 9A, 76 and CB. RGB value is (154,118,203). Sum of RGB (Red+Green+Blue) = 154+118+203=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A76CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A76CB is #658934. Grayscale: #8A8A8A. Windows color (decimal): -6654261 or 13334170. OLE color: 13334170.
HSL color Cylindrical-coordinate representation of color #9A76CB: hue angle of 265.41º 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 #9A76CB is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 118 | 203 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.20 |
| HSL | 265.41º | 0.45% | 0.63% | - |
| HSV(B) | 265.41º | 0.42% | 0.8% | - |
| XYZ | 30.58 | 24.14 | 59.55 | - |
| YUV | 138.45 | 164.43 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 118 | 203 | 0.24 | 0.42 | 0 | 0.20 | 265.41 | 0.45 | 0.63 |
| Hex | 9A | 76 | CB | 18 | 2A | 0 | 14 | 109 | 2D | 3F |
| Octal | 232 | 166 | 313 | 30 | 52 | 0 | 24 | 411 | 55 | 77 |
| Binary | 10011010 | 1110110 | 11001011 | 11000 | 101010 | 0 | 10100 | 100001001 | 101101 | 111111 |
Color Harmonies of #9A76CB
Complementary color
Monochromatic Colors of #9A76CB
Black with #9A76CB
Text Example
Text Example
White with #9A76CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A76CB; }
p { color: rgb(154,118,203); }
H1.HeaderClassName
{
color: #9A76CB;
}
.AnyTagClassName
{
color: #9A76CB;
}
</style>
background-color css
<style>
a { background-color: #9A76CB; }
a { background-color: rgb(154,118,203); }
div.DivClassName
{
background-color: #9A76CB;
}
.BgClassName
{
background-color: #9A76CB;
}
</style>
border-color css
<style>
span { border-color: #9A76CB; }
span { border-color: rgb(154,118,203); }
td.TdClassName
{
border-color: #9A76CB;
}
.TagClassName
{
border-color: #9A76CB;
}
</style>