Shades of Lilac Bush #9D7CCF
Tints of Lilac Bush #9D7CCF
RGB
CMYK
RGB Variations
Color information
#9D7CCF (or 0x9D7CCF) is known color: Lilac Bush. HEX triplet: 9D, 7C and CF. RGB value is (157,124,207). Sum of RGB (Red+Green+Blue) = 157+124+207=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D7CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7CCF is #628330. Grayscale: #8F8F8F. Windows color (decimal): -6456113 or 13597853. OLE color: 13597853.
HSL color Cylindrical-coordinate representation of color #9D7CCF: hue angle of 263.86º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D7CCF is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 124 | 207 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.19 |
| HSL | 263.86º | 0.46% | 0.65% | - |
| HSV(B) | 263.86º | 0.4% | 0.81% | - |
| XYZ | 32.37 | 26.09 | 62.36 | - |
| YUV | 143.33 | 163.93 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 124 | 207 | 0.24 | 0.40 | 0 | 0.19 | 263.86 | 0.46 | 0.65 |
| Hex | 9D | 7C | CF | 18 | 28 | 0 | 13 | 108 | 2E | 41 |
| Octal | 235 | 174 | 317 | 30 | 50 | 0 | 23 | 410 | 56 | 101 |
| Binary | 10011101 | 1111100 | 11001111 | 11000 | 101000 | 0 | 10011 | 100001000 | 101110 | 1000001 |
Color Harmonies of #9D7CCF
Complementary color
Monochromatic Colors of #9D7CCF
Black with #9D7CCF
Text Example
Text Example
White with #9D7CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7CCF; }
p { color: rgb(157,124,207); }
H1.HeaderClassName
{
color: #9D7CCF;
}
.AnyTagClassName
{
color: #9D7CCF;
}
</style>
background-color css
<style>
a { background-color: #9D7CCF; }
a { background-color: rgb(157,124,207); }
div.DivClassName
{
background-color: #9D7CCF;
}
.BgClassName
{
background-color: #9D7CCF;
}
</style>
border-color css
<style>
span { border-color: #9D7CCF; }
span { border-color: rgb(157,124,207); }
td.TdClassName
{
border-color: #9D7CCF;
}
.TagClassName
{
border-color: #9D7CCF;
}
</style>