Shades of Deep Lilac #9F44BA
Tints of Deep Lilac #9F44BA
RGB
CMYK
RGB Variations
Color information
#9F44BA (or 0x9F44BA) is known color: Deep Lilac. HEX triplet: 9F, 44 and BA. RGB value is (159,68,186). Sum of RGB (Red+Green+Blue) = 159+68+186=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F44BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F44BA is #60BB45. Grayscale: #6C6C6C. Windows color (decimal): -6339398 or 12207263. OLE color: 12207263.
HSL color Cylindrical-coordinate representation of color #9F44BA: hue angle of 286.27º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9F44BA is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 68 | 186 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.27 |
| HSL | 286.27º | 0.46% | 0.5% | - |
| HSV(B) | 286.27º | 0.63% | 0.73% | - |
| XYZ | 25.23 | 15.05 | 48.03 | - |
| YUV | 108.66 | 171.65 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 186 | 0.15 | 0.63 | 0 | 0.27 | 286.27 | 0.46 | 0.5 |
| Hex | 9F | 44 | BA | F | 3F | 0 | 1B | 11E | 2E | 32 |
| Octal | 237 | 104 | 272 | 17 | 77 | 0 | 33 | 436 | 56 | 62 |
| Binary | 10011111 | 1000100 | 10111010 | 1111 | 111111 | 0 | 11011 | 100011110 | 101110 | 110010 |
Color Harmonies of #9F44BA
Complementary color
Monochromatic Colors of #9F44BA
Black with #9F44BA
Text Example
Text Example
White with #9F44BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F44BA; }
p { color: rgb(159,68,186); }
H1.HeaderClassName
{
color: #9F44BA;
}
.AnyTagClassName
{
color: #9F44BA;
}
</style>
background-color css
<style>
a { background-color: #9F44BA; }
a { background-color: rgb(159,68,186); }
div.DivClassName
{
background-color: #9F44BA;
}
.BgClassName
{
background-color: #9F44BA;
}
</style>
border-color css
<style>
span { border-color: #9F44BA; }
span { border-color: rgb(159,68,186); }
td.TdClassName
{
border-color: #9F44BA;
}
.TagClassName
{
border-color: #9F44BA;
}
</style>