Shades of Lilac Bush #9D7DCB
Tints of Lilac Bush #9D7DCB
RGB
CMYK
RGB Variations
Color information
#9D7DCB (or 0x9D7DCB) is known color: Lilac Bush. HEX triplet: 9D, 7D and CB. RGB value is (157,125,203). Sum of RGB (Red+Green+Blue) = 157+125+203=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D7DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7DCB is #628234. Grayscale: #8F8F8F. Windows color (decimal): -6455861 or 13335965. OLE color: 13335965.
HSL color Cylindrical-coordinate representation of color #9D7DCB: hue angle of 264.62º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D7DCB is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 125 | 203 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.20 |
| HSL | 264.62º | 0.43% | 0.64% | - |
| HSV(B) | 264.62º | 0.38% | 0.8% | - |
| XYZ | 32.02 | 26.15 | 59.86 | - |
| YUV | 143.46 | 161.6 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 125 | 203 | 0.23 | 0.38 | 0 | 0.20 | 264.62 | 0.43 | 0.64 |
| Hex | 9D | 7D | CB | 17 | 26 | 0 | 14 | 109 | 2B | 40 |
| Octal | 235 | 175 | 313 | 27 | 46 | 0 | 24 | 411 | 53 | 100 |
| Binary | 10011101 | 1111101 | 11001011 | 10111 | 100110 | 0 | 10100 | 100001001 | 101011 | 1000000 |
Color Harmonies of #9D7DCB
Complementary color
Monochromatic Colors of #9D7DCB
Black with #9D7DCB
Text Example
Text Example
White with #9D7DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7DCB; }
p { color: rgb(157,125,203); }
H1.HeaderClassName
{
color: #9D7DCB;
}
.AnyTagClassName
{
color: #9D7DCB;
}
</style>
background-color css
<style>
a { background-color: #9D7DCB; }
a { background-color: rgb(157,125,203); }
div.DivClassName
{
background-color: #9D7DCB;
}
.BgClassName
{
background-color: #9D7DCB;
}
</style>
border-color css
<style>
span { border-color: #9D7DCB; }
span { border-color: rgb(157,125,203); }
td.TdClassName
{
border-color: #9D7DCB;
}
.TagClassName
{
border-color: #9D7DCB;
}
</style>