Shades of Deep Lilac #9F61C0
Tints of Deep Lilac #9F61C0
RGB
CMYK
RGB Variations
Color information
#9F61C0 (or 0x9F61C0) is known color: Deep Lilac. HEX triplet: 9F, 61 and C0. RGB value is (159,97,192). Sum of RGB (Red+Green+Blue) = 159+97+192=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #9F61C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F61C0 is #609E3F. Grayscale: #7E7E7E. Windows color (decimal): -6331968 or 12607903. OLE color: 12607903.
HSL color Cylindrical-coordinate representation of color #9F61C0: hue angle of 279.16º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F61C0 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 97 | 192 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.25 |
| HSL | 279.16º | 0.43% | 0.57% | - |
| HSV(B) | 279.16º | 0.49% | 0.75% | - |
| XYZ | 28.09 | 19.73 | 52.2 | - |
| YUV | 126.37 | 165.04 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 97 | 192 | 0.17 | 0.49 | 0 | 0.25 | 279.16 | 0.43 | 0.57 |
| Hex | 9F | 61 | C0 | 11 | 31 | 0 | 19 | 117 | 2B | 39 |
| Octal | 237 | 141 | 300 | 21 | 61 | 0 | 31 | 427 | 53 | 71 |
| Binary | 10011111 | 1100001 | 11000000 | 10001 | 110001 | 0 | 11001 | 100010111 | 101011 | 111001 |
Color Harmonies of #9F61C0
Complementary color
Monochromatic Colors of #9F61C0
Black with #9F61C0
Text Example
Text Example
White with #9F61C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F61C0; }
p { color: rgb(159,97,192); }
H1.HeaderClassName
{
color: #9F61C0;
}
.AnyTagClassName
{
color: #9F61C0;
}
</style>
background-color css
<style>
a { background-color: #9F61C0; }
a { background-color: rgb(159,97,192); }
div.DivClassName
{
background-color: #9F61C0;
}
.BgClassName
{
background-color: #9F61C0;
}
</style>
border-color css
<style>
span { border-color: #9F61C0; }
span { border-color: rgb(159,97,192); }
td.TdClassName
{
border-color: #9F61C0;
}
.TagClassName
{
border-color: #9F61C0;
}
</style>