Shades of Lilac Bush #9D7DCC
Tints of Lilac Bush #9D7DCC
RGB
CMYK
RGB Variations
Color information
#9D7DCC (or 0x9D7DCC) is known color: Lilac Bush. HEX triplet: 9D, 7D and CC. RGB value is (157,125,204). Sum of RGB (Red+Green+Blue) = 157+125+204=486 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.30% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D7DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7DCC is #628233. Grayscale: #8F8F8F. Windows color (decimal): -6455860 or 13401501. OLE color: 13401501.
HSL color Cylindrical-coordinate representation of color #9D7DCC: hue angle of 264.3º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D7DCC is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 125 | 204 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.2 |
| HSL | 264.3º | 0.44% | 0.65% | - |
| HSV(B) | 264.3º | 0.39% | 0.8% | - |
| XYZ | 32.14 | 26.19 | 60.49 | - |
| YUV | 143.57 | 162.1 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 125 | 204 | 0.23 | 0.39 | 0 | 0.2 | 264.3 | 0.44 | 0.65 |
| Hex | 9D | 7D | CC | 17 | 27 | 0 | 14 | 108 | 2C | 41 |
| Octal | 235 | 175 | 314 | 27 | 47 | 0 | 24 | 410 | 54 | 101 |
| Binary | 10011101 | 1111101 | 11001100 | 10111 | 100111 | 0 | 10100 | 100001000 | 101100 | 1000001 |
Color Harmonies of #9D7DCC
Complementary color
Monochromatic Colors of #9D7DCC
Black with #9D7DCC
Text Example
Text Example
White with #9D7DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7DCC; }
p { color: rgb(157,125,204); }
H1.HeaderClassName
{
color: #9D7DCC;
}
.AnyTagClassName
{
color: #9D7DCC;
}
</style>
background-color css
<style>
a { background-color: #9D7DCC; }
a { background-color: rgb(157,125,204); }
div.DivClassName
{
background-color: #9D7DCC;
}
.BgClassName
{
background-color: #9D7DCC;
}
</style>
border-color css
<style>
span { border-color: #9D7DCC; }
span { border-color: rgb(157,125,204); }
td.TdClassName
{
border-color: #9D7DCC;
}
.TagClassName
{
border-color: #9D7DCC;
}
</style>