Shades of Deep Lilac #9F60BA
Tints of Deep Lilac #9F60BA
RGB
CMYK
RGB Variations
Color information
#9F60BA (or 0x9F60BA) is known color: Deep Lilac. HEX triplet: 9F, 60 and BA. RGB value is (159,96,186). Sum of RGB (Red+Green+Blue) = 159+96+186=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F60BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F60BA is #609F45. Grayscale: #7C7C7C. Windows color (decimal): -6332230 or 12214431. OLE color: 12214431.
HSL color Cylindrical-coordinate representation of color #9F60BA: hue angle of 282º 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 #9F60BA is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 96 | 186 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.27 |
| HSL | 282º | 0.39% | 0.55% | - |
| HSV(B) | 282º | 0.48% | 0.73% | - |
| XYZ | 27.34 | 19.28 | 48.73 | - |
| YUV | 125.1 | 162.37 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 96 | 186 | 0.15 | 0.48 | 0 | 0.27 | 282 | 0.39 | 0.55 |
| Hex | 9F | 60 | BA | F | 30 | 0 | 1B | 11A | 27 | 37 |
| Octal | 237 | 140 | 272 | 17 | 60 | 0 | 33 | 432 | 47 | 67 |
| Binary | 10011111 | 1100000 | 10111010 | 1111 | 110000 | 0 | 11011 | 100011010 | 100111 | 110111 |
Color Harmonies of #9F60BA
Complementary color
Monochromatic Colors of #9F60BA
Black with #9F60BA
Text Example
Text Example
White with #9F60BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F60BA; }
p { color: rgb(159,96,186); }
H1.HeaderClassName
{
color: #9F60BA;
}
.AnyTagClassName
{
color: #9F60BA;
}
</style>
background-color css
<style>
a { background-color: #9F60BA; }
a { background-color: rgb(159,96,186); }
div.DivClassName
{
background-color: #9F60BA;
}
.BgClassName
{
background-color: #9F60BA;
}
</style>
border-color css
<style>
span { border-color: #9F60BA; }
span { border-color: rgb(159,96,186); }
td.TdClassName
{
border-color: #9F60BA;
}
.TagClassName
{
border-color: #9F60BA;
}
</style>