Shades of Dark Magenta #9F1897
Tints of Dark Magenta #9F1897
RGB
CMYK
RGB Variations
Color information
#9F1897 (or 0x9F1897) is known color: Dark Magenta. HEX triplet: 9F, 18 and 97. RGB value is (159,24,151). Sum of RGB (Red+Green+Blue) = 159+24+151=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1897 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1897 is #60E768. Grayscale: #4E4E4E. Windows color (decimal): -6350697 or 9902239. OLE color: 9902239.
HSL color Cylindrical-coordinate representation of color #9F1897: hue angle of 303.56º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F1897 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 151 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.38 |
| HSL | 303.56º | 0.74% | 0.36% | - |
| HSV(B) | 303.56º | 0.85% | 0.62% | - |
| XYZ | 20.21 | 10.26 | 30.19 | - |
| YUV | 78.84 | 168.73 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 151 | 0 | 0.85 | 0.05 | 0.38 | 303.56 | 0.74 | 0.36 |
| Hex | 9F | 18 | 97 | 0 | 55 | 5 | 26 | 130 | 4A | 24 |
| Octal | 237 | 30 | 227 | 0 | 125 | 5 | 46 | 460 | 112 | 44 |
| Binary | 10011111 | 11000 | 10010111 | 0 | 1010101 | 101 | 100110 | 100110000 | 1001010 | 100100 |
Color Harmonies of #9F1897
Complementary color
Monochromatic Colors of #9F1897
Black with #9F1897
Text Example
Text Example
White with #9F1897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1897; }
p { color: rgb(159,24,151); }
H1.HeaderClassName
{
color: #9F1897;
}
.AnyTagClassName
{
color: #9F1897;
}
</style>
background-color css
<style>
a { background-color: #9F1897; }
a { background-color: rgb(159,24,151); }
div.DivClassName
{
background-color: #9F1897;
}
.BgClassName
{
background-color: #9F1897;
}
</style>
border-color css
<style>
span { border-color: #9F1897; }
span { border-color: rgb(159,24,151); }
td.TdClassName
{
border-color: #9F1897;
}
.TagClassName
{
border-color: #9F1897;
}
</style>