Shades of Deep Lilac #9F55BA
Tints of Deep Lilac #9F55BA
RGB
CMYK
RGB Variations
Color information
#9F55BA (or 0x9F55BA) is known color: Deep Lilac. HEX triplet: 9F, 55 and BA. RGB value is (159,85,186). Sum of RGB (Red+Green+Blue) = 159+85+186=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F55BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F55BA is #60AA45. Grayscale: #767676. Windows color (decimal): -6335046 or 12211615. OLE color: 12211615.
HSL color Cylindrical-coordinate representation of color #9F55BA: hue angle of 283.96º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F55BA is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 85 | 186 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.27 |
| HSL | 283.96º | 0.42% | 0.53% | - |
| HSV(B) | 283.96º | 0.54% | 0.73% | - |
| XYZ | 26.41 | 17.41 | 48.42 | - |
| YUV | 118.64 | 166.02 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 186 | 0.15 | 0.54 | 0 | 0.27 | 283.96 | 0.42 | 0.53 |
| Hex | 9F | 55 | BA | F | 36 | 0 | 1B | 11C | 2A | 35 |
| Octal | 237 | 125 | 272 | 17 | 66 | 0 | 33 | 434 | 52 | 65 |
| Binary | 10011111 | 1010101 | 10111010 | 1111 | 110110 | 0 | 11011 | 100011100 | 101010 | 110101 |
Color Harmonies of #9F55BA
Complementary color
Monochromatic Colors of #9F55BA
Black with #9F55BA
Text Example
Text Example
White with #9F55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F55BA; }
p { color: rgb(159,85,186); }
H1.HeaderClassName
{
color: #9F55BA;
}
.AnyTagClassName
{
color: #9F55BA;
}
</style>
background-color css
<style>
a { background-color: #9F55BA; }
a { background-color: rgb(159,85,186); }
div.DivClassName
{
background-color: #9F55BA;
}
.BgClassName
{
background-color: #9F55BA;
}
</style>
border-color css
<style>
span { border-color: #9F55BA; }
span { border-color: rgb(159,85,186); }
td.TdClassName
{
border-color: #9F55BA;
}
.TagClassName
{
border-color: #9F55BA;
}
</style>