Shades of Dark Magenta #9F0199
Tints of Dark Magenta #9F0199
RGB
CMYK
RGB Variations
Color information
#9F0199 (or 0x9F0199) is known color: Dark Magenta. HEX triplet: 9F, 01 and 99. RGB value is (159,1,153). Sum of RGB (Red+Green+Blue) = 159+1+153=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0199 is #60FE66. Grayscale: #414141. Windows color (decimal): -6356583 or 10027423. OLE color: 10027423.
HSL color Cylindrical-coordinate representation of color #9F0199: hue angle of 302.28º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0199 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 153 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.38 |
| HSL | 302.28º | 0.99% | 0.31% | - |
| HSV(B) | 302.28º | 0.99% | 0.62% | - |
| XYZ | 20.06 | 9.69 | 30.95 | - |
| YUV | 65.57 | 177.35 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 153 | 0 | 0.99 | 0.04 | 0.38 | 302.28 | 0.99 | 0.31 |
| Hex | 9F | 1 | 99 | 0 | 63 | 4 | 26 | 12E | 63 | 1F |
| Octal | 237 | 1 | 231 | 0 | 143 | 4 | 46 | 456 | 143 | 37 |
| Binary | 10011111 | 1 | 10011001 | 0 | 1100011 | 100 | 100110 | 100101110 | 1100011 | 11111 |
Color Harmonies of #9F0199
Complementary color
Monochromatic Colors of #9F0199
Black with #9F0199
Text Example
Text Example
White with #9F0199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0199; }
p { color: rgb(159,1,153); }
H1.HeaderClassName
{
color: #9F0199;
}
.AnyTagClassName
{
color: #9F0199;
}
</style>
background-color css
<style>
a { background-color: #9F0199; }
a { background-color: rgb(159,1,153); }
div.DivClassName
{
background-color: #9F0199;
}
.BgClassName
{
background-color: #9F0199;
}
</style>
border-color css
<style>
span { border-color: #9F0199; }
span { border-color: rgb(159,1,153); }
td.TdClassName
{
border-color: #9F0199;
}
.TagClassName
{
border-color: #9F0199;
}
</style>