Shades of Dark Magenta #9F1790
Tints of Dark Magenta #9F1790
RGB
CMYK
RGB Variations
Color information
#9F1790 (or 0x9F1790) is known color: Dark Magenta. HEX triplet: 9F, 17 and 90. RGB value is (159,23,144). Sum of RGB (Red+Green+Blue) = 159+23+144=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1790 is #60E86F. Grayscale: #4D4D4D. Windows color (decimal): -6350960 or 9443231. OLE color: 9443231.
HSL color Cylindrical-coordinate representation of color #9F1790: hue angle of 306.62º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F1790 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 23 | 144 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.38 |
| HSL | 306.62º | 0.75% | 0.36% | - |
| HSV(B) | 306.62º | 0.86% | 0.62% | - |
| XYZ | 19.64 | 10 | 27.28 | - |
| YUV | 77.46 | 165.56 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 23 | 144 | 0 | 0.86 | 0.09 | 0.38 | 306.62 | 0.75 | 0.36 |
| Hex | 9F | 17 | 90 | 0 | 56 | 9 | 26 | 133 | 4B | 24 |
| Octal | 237 | 27 | 220 | 0 | 126 | 11 | 46 | 463 | 113 | 44 |
| Binary | 10011111 | 10111 | 10010000 | 0 | 1010110 | 1001 | 100110 | 100110011 | 1001011 | 100100 |
Color Harmonies of #9F1790
Complementary color
Monochromatic Colors of #9F1790
Black with #9F1790
Text Example
Text Example
White with #9F1790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1790; }
p { color: rgb(159,23,144); }
H1.HeaderClassName
{
color: #9F1790;
}
.AnyTagClassName
{
color: #9F1790;
}
</style>
background-color css
<style>
a { background-color: #9F1790; }
a { background-color: rgb(159,23,144); }
div.DivClassName
{
background-color: #9F1790;
}
.BgClassName
{
background-color: #9F1790;
}
</style>
border-color css
<style>
span { border-color: #9F1790; }
span { border-color: rgb(159,23,144); }
td.TdClassName
{
border-color: #9F1790;
}
.TagClassName
{
border-color: #9F1790;
}
</style>