Shades of Dark Magenta #9F0997
Tints of Dark Magenta #9F0997
RGB
CMYK
RGB Variations
Color information
#9F0997 (or 0x9F0997) is known color: Dark Magenta. HEX triplet: 9F, 09 and 97. RGB value is (159,9,151). Sum of RGB (Red+Green+Blue) = 159+9+151=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 151 (59.38% from 255 or 47.34% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0997 is #60F668. Grayscale: #454545. Windows color (decimal): -6354537 or 9898399. OLE color: 9898399.
HSL color Cylindrical-coordinate representation of color #9F0997: hue angle of 303.2º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0997 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 9 | 151 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.38 |
| HSL | 303.2º | 0.89% | 0.33% | - |
| HSV(B) | 303.2º | 0.94% | 0.62% | - |
| XYZ | 19.98 | 9.8 | 30.12 | - |
| YUV | 70.04 | 173.7 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 151 | 0 | 0.94 | 0.05 | 0.38 | 303.2 | 0.89 | 0.33 |
| Hex | 9F | 9 | 97 | 0 | 5E | 5 | 26 | 12F | 59 | 21 |
| Octal | 237 | 11 | 227 | 0 | 136 | 5 | 46 | 457 | 131 | 41 |
| Binary | 10011111 | 1001 | 10010111 | 0 | 1011110 | 101 | 100110 | 100101111 | 1011001 | 100001 |
Color Harmonies of #9F0997
Complementary color
Monochromatic Colors of #9F0997
Black with #9F0997
Text Example
Text Example
White with #9F0997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0997; }
p { color: rgb(159,9,151); }
H1.HeaderClassName
{
color: #9F0997;
}
.AnyTagClassName
{
color: #9F0997;
}
</style>
background-color css
<style>
a { background-color: #9F0997; }
a { background-color: rgb(159,9,151); }
div.DivClassName
{
background-color: #9F0997;
}
.BgClassName
{
background-color: #9F0997;
}
</style>
border-color css
<style>
span { border-color: #9F0997; }
span { border-color: rgb(159,9,151); }
td.TdClassName
{
border-color: #9F0997;
}
.TagClassName
{
border-color: #9F0997;
}
</style>