Shades of Dark Magenta #9F1199
Tints of Dark Magenta #9F1199
RGB
CMYK
RGB Variations
Color information
#9F1199 (or 0x9F1199) is known color: Dark Magenta. HEX triplet: 9F, 11 and 99. RGB value is (159,17,153). Sum of RGB (Red+Green+Blue) = 159+17+153=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1199 is #60EE66. Grayscale: #4A4A4A. Windows color (decimal): -6352487 or 10031519. OLE color: 10031519.
HSL color Cylindrical-coordinate representation of color #9F1199: hue angle of 302.54º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F1199 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 17 | 153 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.38 |
| HSL | 302.54º | 0.81% | 0.35% | - |
| HSV(B) | 302.54º | 0.89% | 0.62% | - |
| XYZ | 20.25 | 10.07 | 31.01 | - |
| YUV | 74.96 | 172.04 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 17 | 153 | 0 | 0.89 | 0.04 | 0.38 | 302.54 | 0.81 | 0.35 |
| Hex | 9F | 11 | 99 | 0 | 59 | 4 | 26 | 12F | 51 | 23 |
| Octal | 237 | 21 | 231 | 0 | 131 | 4 | 46 | 457 | 121 | 43 |
| Binary | 10011111 | 10001 | 10011001 | 0 | 1011001 | 100 | 100110 | 100101111 | 1010001 | 100011 |
Color Harmonies of #9F1199
Complementary color
Monochromatic Colors of #9F1199
Black with #9F1199
Text Example
Text Example
White with #9F1199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1199; }
p { color: rgb(159,17,153); }
H1.HeaderClassName
{
color: #9F1199;
}
.AnyTagClassName
{
color: #9F1199;
}
</style>
background-color css
<style>
a { background-color: #9F1199; }
a { background-color: rgb(159,17,153); }
div.DivClassName
{
background-color: #9F1199;
}
.BgClassName
{
background-color: #9F1199;
}
</style>
border-color css
<style>
span { border-color: #9F1199; }
span { border-color: rgb(159,17,153); }
td.TdClassName
{
border-color: #9F1199;
}
.TagClassName
{
border-color: #9F1199;
}
</style>