Shades of Lilac Bush #9D7CCC
Tints of Lilac Bush #9D7CCC
RGB
CMYK
RGB Variations
Color information
#9D7CCC (or 0x9D7CCC) is known color: Lilac Bush. HEX triplet: 9D, 7C and CC. RGB value is (157,124,204). Sum of RGB (Red+Green+Blue) = 157+124+204=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D7CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7CCC is #628333. Grayscale: #8E8E8E. Windows color (decimal): -6456116 or 13401245. OLE color: 13401245.
HSL color Cylindrical-coordinate representation of color #9D7CCC: hue angle of 264.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D7CCC is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 124 | 204 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.2 |
| HSL | 264.75º | 0.44% | 0.64% | - |
| HSV(B) | 264.75º | 0.39% | 0.8% | - |
| XYZ | 32.01 | 25.94 | 60.45 | - |
| YUV | 142.99 | 162.43 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 124 | 204 | 0.23 | 0.39 | 0 | 0.2 | 264.75 | 0.44 | 0.64 |
| Hex | 9D | 7C | CC | 17 | 27 | 0 | 14 | 109 | 2C | 40 |
| Octal | 235 | 174 | 314 | 27 | 47 | 0 | 24 | 411 | 54 | 100 |
| Binary | 10011101 | 1111100 | 11001100 | 10111 | 100111 | 0 | 10100 | 100001001 | 101100 | 1000000 |
Color Harmonies of #9D7CCC
Complementary color
Monochromatic Colors of #9D7CCC
Black with #9D7CCC
Text Example
Text Example
White with #9D7CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7CCC; }
p { color: rgb(157,124,204); }
H1.HeaderClassName
{
color: #9D7CCC;
}
.AnyTagClassName
{
color: #9D7CCC;
}
</style>
background-color css
<style>
a { background-color: #9D7CCC; }
a { background-color: rgb(157,124,204); }
div.DivClassName
{
background-color: #9D7CCC;
}
.BgClassName
{
background-color: #9D7CCC;
}
</style>
border-color css
<style>
span { border-color: #9D7CCC; }
span { border-color: rgb(157,124,204); }
td.TdClassName
{
border-color: #9D7CCC;
}
.TagClassName
{
border-color: #9D7CCC;
}
</style>