Shades of Dark Magenta #9F1592
Tints of Dark Magenta #9F1592
RGB
CMYK
RGB Variations
Color information
#9F1592 (or 0x9F1592) is known color: Dark Magenta. HEX triplet: 9F, 15 and 92. RGB value is (159,21,146). Sum of RGB (Red+Green+Blue) = 159+21+146=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1592 is #60EA6D. Grayscale: #4C4C4C. Windows color (decimal): -6351470 or 9573791. OLE color: 9573791.
HSL color Cylindrical-coordinate representation of color #9F1592: hue angle of 305.65º degrees, saturation: 0.77, 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 #9F1592 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 21 | 146 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.38 |
| HSL | 305.65º | 0.77% | 0.35% | - |
| HSV(B) | 305.65º | 0.87% | 0.62% | - |
| XYZ | 19.75 | 9.98 | 28.08 | - |
| YUV | 76.51 | 167.22 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 21 | 146 | 0 | 0.87 | 0.08 | 0.38 | 305.65 | 0.77 | 0.35 |
| Hex | 9F | 15 | 92 | 0 | 57 | 8 | 26 | 132 | 4D | 23 |
| Octal | 237 | 25 | 222 | 0 | 127 | 10 | 46 | 462 | 115 | 43 |
| Binary | 10011111 | 10101 | 10010010 | 0 | 1010111 | 1000 | 100110 | 100110010 | 1001101 | 100011 |
Color Harmonies of #9F1592
Complementary color
Monochromatic Colors of #9F1592
Black with #9F1592
Text Example
Text Example
White with #9F1592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1592; }
p { color: rgb(159,21,146); }
H1.HeaderClassName
{
color: #9F1592;
}
.AnyTagClassName
{
color: #9F1592;
}
</style>
background-color css
<style>
a { background-color: #9F1592; }
a { background-color: rgb(159,21,146); }
div.DivClassName
{
background-color: #9F1592;
}
.BgClassName
{
background-color: #9F1592;
}
</style>
border-color css
<style>
span { border-color: #9F1592; }
span { border-color: rgb(159,21,146); }
td.TdClassName
{
border-color: #9F1592;
}
.TagClassName
{
border-color: #9F1592;
}
</style>