Shades of Lilac Bush #9D7CCD
Tints of Lilac Bush #9D7CCD
RGB
CMYK
RGB Variations
Color information
#9D7CCD (or 0x9D7CCD) is known color: Lilac Bush. HEX triplet: 9D, 7C and CD. RGB value is (157,124,205). Sum of RGB (Red+Green+Blue) = 157+124+205=486 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.30% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D7CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7CCD is #628332. Grayscale: #8E8E8E. Windows color (decimal): -6456115 or 13466781. OLE color: 13466781.
HSL color Cylindrical-coordinate representation of color #9D7CCD: hue angle of 264.44º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D7CCD is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 124 | 205 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.20 |
| HSL | 264.44º | 0.45% | 0.65% | - |
| HSV(B) | 264.44º | 0.4% | 0.8% | - |
| XYZ | 32.13 | 25.99 | 61.08 | - |
| YUV | 143.1 | 162.93 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 124 | 205 | 0.23 | 0.40 | 0 | 0.20 | 264.44 | 0.45 | 0.65 |
| Hex | 9D | 7C | CD | 17 | 28 | 0 | 14 | 108 | 2D | 41 |
| Octal | 235 | 174 | 315 | 27 | 50 | 0 | 24 | 410 | 55 | 101 |
| Binary | 10011101 | 1111100 | 11001101 | 10111 | 101000 | 0 | 10100 | 100001000 | 101101 | 1000001 |
Color Harmonies of #9D7CCD
Complementary color
Monochromatic Colors of #9D7CCD
Black with #9D7CCD
Text Example
Text Example
White with #9D7CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7CCD; }
p { color: rgb(157,124,205); }
H1.HeaderClassName
{
color: #9D7CCD;
}
.AnyTagClassName
{
color: #9D7CCD;
}
</style>
background-color css
<style>
a { background-color: #9D7CCD; }
a { background-color: rgb(157,124,205); }
div.DivClassName
{
background-color: #9D7CCD;
}
.BgClassName
{
background-color: #9D7CCD;
}
</style>
border-color css
<style>
span { border-color: #9D7CCD; }
span { border-color: rgb(157,124,205); }
td.TdClassName
{
border-color: #9D7CCD;
}
.TagClassName
{
border-color: #9D7CCD;
}
</style>