Shades of Lilac Bush #9D76CA
Tints of Lilac Bush #9D76CA
RGB
CMYK
RGB Variations
Color information
#9D76CA (or 0x9D76CA) is known color: Lilac Bush. HEX triplet: 9D, 76 and CA. RGB value is (157,118,202). Sum of RGB (Red+Green+Blue) = 157+118+202=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D76CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D76CA is #628935. Grayscale: #8A8A8A. Windows color (decimal): -6457654 or 13268637. OLE color: 13268637.
HSL color Cylindrical-coordinate representation of color #9D76CA: hue angle of 267.86º 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 #9D76CA is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 118 | 202 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.21 |
| HSL | 267.86º | 0.44% | 0.63% | - |
| HSV(B) | 267.86º | 0.42% | 0.79% | - |
| XYZ | 31.04 | 24.39 | 58.95 | - |
| YUV | 139.24 | 163.42 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 118 | 202 | 0.22 | 0.42 | 0 | 0.21 | 267.86 | 0.44 | 0.63 |
| Hex | 9D | 76 | CA | 16 | 2A | 0 | 15 | 10C | 2C | 3F |
| Octal | 235 | 166 | 312 | 26 | 52 | 0 | 25 | 414 | 54 | 77 |
| Binary | 10011101 | 1110110 | 11001010 | 10110 | 101010 | 0 | 10101 | 100001100 | 101100 | 111111 |
Color Harmonies of #9D76CA
Complementary color
Monochromatic Colors of #9D76CA
Black with #9D76CA
Text Example
Text Example
White with #9D76CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D76CA; }
p { color: rgb(157,118,202); }
H1.HeaderClassName
{
color: #9D76CA;
}
.AnyTagClassName
{
color: #9D76CA;
}
</style>
background-color css
<style>
a { background-color: #9D76CA; }
a { background-color: rgb(157,118,202); }
div.DivClassName
{
background-color: #9D76CA;
}
.BgClassName
{
background-color: #9D76CA;
}
</style>
border-color css
<style>
span { border-color: #9D76CA; }
span { border-color: rgb(157,118,202); }
td.TdClassName
{
border-color: #9D76CA;
}
.TagClassName
{
border-color: #9D76CA;
}
</style>