Shades of Deep Lilac #9D61C1
Tints of Deep Lilac #9D61C1
RGB
CMYK
RGB Variations
Color information
#9D61C1 (or 0x9D61C1) is known color: Deep Lilac. HEX triplet: 9D, 61 and C1. RGB value is (157,97,193). Sum of RGB (Red+Green+Blue) = 157+97+193=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 193 - color contains mainly: blue. Hex color #9D61C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D61C1 is #629E3E. Grayscale: #7D7D7D. Windows color (decimal): -6463039 or 12673437. OLE color: 12673437.
HSL color Cylindrical-coordinate representation of color #9D61C1: hue angle of 277.5º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D61C1 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 97 | 193 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.24 |
| HSL | 277.5º | 0.44% | 0.57% | - |
| HSV(B) | 277.5º | 0.5% | 0.76% | - |
| XYZ | 27.8 | 19.57 | 52.76 | - |
| YUV | 125.88 | 165.88 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 97 | 193 | 0.19 | 0.50 | 0 | 0.24 | 277.5 | 0.44 | 0.57 |
| Hex | 9D | 61 | C1 | 13 | 32 | 0 | 18 | 116 | 2C | 39 |
| Octal | 235 | 141 | 301 | 23 | 62 | 0 | 30 | 426 | 54 | 71 |
| Binary | 10011101 | 1100001 | 11000001 | 10011 | 110010 | 0 | 11000 | 100010110 | 101100 | 111001 |
Color Harmonies of #9D61C1
Complementary color
Monochromatic Colors of #9D61C1
Black with #9D61C1
Text Example
Text Example
White with #9D61C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D61C1; }
p { color: rgb(157,97,193); }
H1.HeaderClassName
{
color: #9D61C1;
}
.AnyTagClassName
{
color: #9D61C1;
}
</style>
background-color css
<style>
a { background-color: #9D61C1; }
a { background-color: rgb(157,97,193); }
div.DivClassName
{
background-color: #9D61C1;
}
.BgClassName
{
background-color: #9D61C1;
}
</style>
border-color css
<style>
span { border-color: #9D61C1; }
span { border-color: rgb(157,97,193); }
td.TdClassName
{
border-color: #9D61C1;
}
.TagClassName
{
border-color: #9D61C1;
}
</style>