Shades of Dark Magenta #9F0D96
Tints of Dark Magenta #9F0D96
RGB
CMYK
RGB Variations
Color information
#9F0D96 (or 0x9F0D96) is known color: Dark Magenta. HEX triplet: 9F, 0D and 96. RGB value is (159,13,150). Sum of RGB (Red+Green+Blue) = 159+13+150=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0D96 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0D96 is #60F269. Grayscale: #474747. Windows color (decimal): -6353514 or 9833887. OLE color: 9833887.
HSL color Cylindrical-coordinate representation of color #9F0D96: hue angle of 303.7º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F0D96 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 13 | 150 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.38 |
| HSL | 303.7º | 0.85% | 0.34% | - |
| HSV(B) | 303.7º | 0.92% | 0.62% | - |
| XYZ | 19.95 | 9.86 | 29.71 | - |
| YUV | 72.27 | 171.87 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 13 | 150 | 0 | 0.92 | 0.06 | 0.38 | 303.7 | 0.85 | 0.34 |
| Hex | 9F | D | 96 | 0 | 5C | 6 | 26 | 130 | 55 | 22 |
| Octal | 237 | 15 | 226 | 0 | 134 | 6 | 46 | 460 | 125 | 42 |
| Binary | 10011111 | 1101 | 10010110 | 0 | 1011100 | 110 | 100110 | 100110000 | 1010101 | 100010 |
Color Harmonies of #9F0D96
Complementary color
Monochromatic Colors of #9F0D96
Black with #9F0D96
Text Example
Text Example
White with #9F0D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0D96; }
p { color: rgb(159,13,150); }
H1.HeaderClassName
{
color: #9F0D96;
}
.AnyTagClassName
{
color: #9F0D96;
}
</style>
background-color css
<style>
a { background-color: #9F0D96; }
a { background-color: rgb(159,13,150); }
div.DivClassName
{
background-color: #9F0D96;
}
.BgClassName
{
background-color: #9F0D96;
}
</style>
border-color css
<style>
span { border-color: #9F0D96; }
span { border-color: rgb(159,13,150); }
td.TdClassName
{
border-color: #9F0D96;
}
.TagClassName
{
border-color: #9F0D96;
}
</style>