Shades of Deep Lilac #9F47BE
Tints of Deep Lilac #9F47BE
RGB
CMYK
RGB Variations
Color information
#9F47BE (or 0x9F47BE) is known color: Deep Lilac. HEX triplet: 9F, 47 and BE. RGB value is (159,71,190). Sum of RGB (Red+Green+Blue) = 159+71+190=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F47BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F47BE is #60B841. Grayscale: #6E6E6E. Windows color (decimal): -6338626 or 12470175. OLE color: 12470175.
HSL color Cylindrical-coordinate representation of color #9F47BE: hue angle of 284.37º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9F47BE is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 71 | 190 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.25 |
| HSL | 284.37º | 0.48% | 0.51% | - |
| HSV(B) | 284.37º | 0.63% | 0.75% | - |
| XYZ | 25.85 | 15.6 | 50.36 | - |
| YUV | 110.88 | 172.65 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 71 | 190 | 0.16 | 0.63 | 0 | 0.25 | 284.37 | 0.48 | 0.51 |
| Hex | 9F | 47 | BE | 10 | 3F | 0 | 19 | 11C | 30 | 33 |
| Octal | 237 | 107 | 276 | 20 | 77 | 0 | 31 | 434 | 60 | 63 |
| Binary | 10011111 | 1000111 | 10111110 | 10000 | 111111 | 0 | 11001 | 100011100 | 110000 | 110011 |
Color Harmonies of #9F47BE
Complementary color
Monochromatic Colors of #9F47BE
Black with #9F47BE
Text Example
Text Example
White with #9F47BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F47BE; }
p { color: rgb(159,71,190); }
H1.HeaderClassName
{
color: #9F47BE;
}
.AnyTagClassName
{
color: #9F47BE;
}
</style>
background-color css
<style>
a { background-color: #9F47BE; }
a { background-color: rgb(159,71,190); }
div.DivClassName
{
background-color: #9F47BE;
}
.BgClassName
{
background-color: #9F47BE;
}
</style>
border-color css
<style>
span { border-color: #9F47BE; }
span { border-color: rgb(159,71,190); }
td.TdClassName
{
border-color: #9F47BE;
}
.TagClassName
{
border-color: #9F47BE;
}
</style>