Shades of Deep Lilac #9F61BA
Tints of Deep Lilac #9F61BA
RGB
CMYK
RGB Variations
Color information
#9F61BA (or 0x9F61BA) is known color: Deep Lilac. HEX triplet: 9F, 61 and BA. RGB value is (159,97,186). Sum of RGB (Red+Green+Blue) = 159+97+186=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F61BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F61BA is #609E45. Grayscale: #7D7D7D. Windows color (decimal): -6331974 or 12214687. OLE color: 12214687.
HSL color Cylindrical-coordinate representation of color #9F61BA: hue angle of 281.8º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F61BA is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 97 | 186 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.27 |
| HSL | 281.8º | 0.39% | 0.55% | - |
| HSV(B) | 281.8º | 0.48% | 0.73% | - |
| XYZ | 27.44 | 19.47 | 48.77 | - |
| YUV | 125.68 | 162.04 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 97 | 186 | 0.15 | 0.48 | 0 | 0.27 | 281.8 | 0.39 | 0.55 |
| Hex | 9F | 61 | BA | F | 30 | 0 | 1B | 11A | 27 | 37 |
| Octal | 237 | 141 | 272 | 17 | 60 | 0 | 33 | 432 | 47 | 67 |
| Binary | 10011111 | 1100001 | 10111010 | 1111 | 110000 | 0 | 11011 | 100011010 | 100111 | 110111 |
Color Harmonies of #9F61BA
Complementary color
Monochromatic Colors of #9F61BA
Black with #9F61BA
Text Example
Text Example
White with #9F61BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F61BA; }
p { color: rgb(159,97,186); }
H1.HeaderClassName
{
color: #9F61BA;
}
.AnyTagClassName
{
color: #9F61BA;
}
</style>
background-color css
<style>
a { background-color: #9F61BA; }
a { background-color: rgb(159,97,186); }
div.DivClassName
{
background-color: #9F61BA;
}
.BgClassName
{
background-color: #9F61BA;
}
</style>
border-color css
<style>
span { border-color: #9F61BA; }
span { border-color: rgb(159,97,186); }
td.TdClassName
{
border-color: #9F61BA;
}
.TagClassName
{
border-color: #9F61BA;
}
</style>