Shades of Deep Lilac #9F47C7
Tints of Deep Lilac #9F47C7
RGB
CMYK
RGB Variations
Color information
#9F47C7 (or 0x9F47C7) is known color: Deep Lilac. HEX triplet: 9F, 47 and C7. RGB value is (159,71,199). Sum of RGB (Red+Green+Blue) = 159+71+199=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 199 (78.12% from 255 or 46.39% from 429); Max value from RGB is 199 - color contains mainly: blue. Hex color #9F47C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F47C7 is #60B838. Grayscale: #6F6F6F. Windows color (decimal): -6338617 or 13059999. OLE color: 13059999.
HSL color Cylindrical-coordinate representation of color #9F47C7: hue angle of 281.25º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F47C7 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 71 | 199 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.22 |
| HSL | 281.25º | 0.53% | 0.53% | - |
| HSV(B) | 281.25º | 0.64% | 0.78% | - |
| XYZ | 26.86 | 16 | 55.71 | - |
| YUV | 111.9 | 177.15 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 71 | 199 | 0.20 | 0.64 | 0 | 0.22 | 281.25 | 0.53 | 0.53 |
| Hex | 9F | 47 | C7 | 14 | 40 | 0 | 16 | 119 | 35 | 35 |
| Octal | 237 | 107 | 307 | 24 | 100 | 0 | 26 | 431 | 65 | 65 |
| Binary | 10011111 | 1000111 | 11000111 | 10100 | 1000000 | 0 | 10110 | 100011001 | 110101 | 110101 |
Color Harmonies of #9F47C7
Complementary color
Monochromatic Colors of #9F47C7
Black with #9F47C7
Text Example
Text Example
White with #9F47C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F47C7; }
p { color: rgb(159,71,199); }
H1.HeaderClassName
{
color: #9F47C7;
}
.AnyTagClassName
{
color: #9F47C7;
}
</style>
background-color css
<style>
a { background-color: #9F47C7; }
a { background-color: rgb(159,71,199); }
div.DivClassName
{
background-color: #9F47C7;
}
.BgClassName
{
background-color: #9F47C7;
}
</style>
border-color css
<style>
span { border-color: #9F47C7; }
span { border-color: rgb(159,71,199); }
td.TdClassName
{
border-color: #9F47C7;
}
.TagClassName
{
border-color: #9F47C7;
}
</style>