Shades of Lilac Bush #9D79CD
Tints of Lilac Bush #9D79CD
RGB
CMYK
RGB Variations
Color information
#9D79CD (or 0x9D79CD) is known color: Lilac Bush. HEX triplet: 9D, 79 and CD. RGB value is (157,121,205). Sum of RGB (Red+Green+Blue) = 157+121+205=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D79CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D79CD is #628632. Grayscale: #8D8D8D. Windows color (decimal): -6456883 or 13466013. OLE color: 13466013.
HSL color Cylindrical-coordinate representation of color #9D79CD: hue angle of 265.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D79CD is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 121 | 205 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.20 |
| HSL | 265.71º | 0.46% | 0.64% | - |
| HSV(B) | 265.71º | 0.41% | 0.8% | - |
| XYZ | 31.76 | 25.25 | 60.96 | - |
| YUV | 141.34 | 163.93 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 121 | 205 | 0.23 | 0.41 | 0 | 0.20 | 265.71 | 0.46 | 0.64 |
| Hex | 9D | 79 | CD | 17 | 29 | 0 | 14 | 10A | 2E | 40 |
| Octal | 235 | 171 | 315 | 27 | 51 | 0 | 24 | 412 | 56 | 100 |
| Binary | 10011101 | 1111001 | 11001101 | 10111 | 101001 | 0 | 10100 | 100001010 | 101110 | 1000000 |
Color Harmonies of #9D79CD
Complementary color
Monochromatic Colors of #9D79CD
Black with #9D79CD
Text Example
Text Example
White with #9D79CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D79CD; }
p { color: rgb(157,121,205); }
H1.HeaderClassName
{
color: #9D79CD;
}
.AnyTagClassName
{
color: #9D79CD;
}
</style>
background-color css
<style>
a { background-color: #9D79CD; }
a { background-color: rgb(157,121,205); }
div.DivClassName
{
background-color: #9D79CD;
}
.BgClassName
{
background-color: #9D79CD;
}
</style>
border-color css
<style>
span { border-color: #9D79CD; }
span { border-color: rgb(157,121,205); }
td.TdClassName
{
border-color: #9D79CD;
}
.TagClassName
{
border-color: #9D79CD;
}
</style>