Shades of Dark Magenta #9F1491
Tints of Dark Magenta #9F1491
RGB
CMYK
RGB Variations
Color information
#9F1491 (or 0x9F1491) is known color: Dark Magenta. HEX triplet: 9F, 14 and 91. RGB value is (159,20,145). Sum of RGB (Red+Green+Blue) = 159+20+145=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1491 is #60EB6E. Grayscale: #4B4B4B. Windows color (decimal): -6351727 or 9507999. OLE color: 9507999.
HSL color Cylindrical-coordinate representation of color #9F1491: hue angle of 306.04º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F1491 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 20 | 145 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.38 |
| HSL | 306.04º | 0.78% | 0.35% | - |
| HSV(B) | 306.04º | 0.87% | 0.62% | - |
| XYZ | 19.66 | 9.92 | 27.67 | - |
| YUV | 75.81 | 167.05 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 20 | 145 | 0 | 0.87 | 0.09 | 0.38 | 306.04 | 0.78 | 0.35 |
| Hex | 9F | 14 | 91 | 0 | 57 | 9 | 26 | 132 | 4E | 23 |
| Octal | 237 | 24 | 221 | 0 | 127 | 11 | 46 | 462 | 116 | 43 |
| Binary | 10011111 | 10100 | 10010001 | 0 | 1010111 | 1001 | 100110 | 100110010 | 1001110 | 100011 |
Color Harmonies of #9F1491
Complementary color
Monochromatic Colors of #9F1491
Black with #9F1491
Text Example
Text Example
White with #9F1491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1491; }
p { color: rgb(159,20,145); }
H1.HeaderClassName
{
color: #9F1491;
}
.AnyTagClassName
{
color: #9F1491;
}
</style>
background-color css
<style>
a { background-color: #9F1491; }
a { background-color: rgb(159,20,145); }
div.DivClassName
{
background-color: #9F1491;
}
.BgClassName
{
background-color: #9F1491;
}
</style>
border-color css
<style>
span { border-color: #9F1491; }
span { border-color: rgb(159,20,145); }
td.TdClassName
{
border-color: #9F1491;
}
.TagClassName
{
border-color: #9F1491;
}
</style>