Shades of Dark Magenta #9F0984
Tints of Dark Magenta #9F0984
RGB
CMYK
RGB Variations
Color information
#9F0984 (or 0x9F0984) is known color: Dark Magenta. HEX triplet: 9F, 09 and 84. RGB value is (159,9,132). Sum of RGB (Red+Green+Blue) = 159+9+132=300 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0984 is #60F67B. Grayscale: #434343. Windows color (decimal): -6354556 or 8653215. OLE color: 8653215.
HSL color Cylindrical-coordinate representation of color #9F0984: hue angle of 310.8º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0984 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 9 | 132 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.38 |
| HSL | 310.8º | 0.89% | 0.33% | - |
| HSV(B) | 310.8º | 0.94% | 0.62% | - |
| XYZ | 18.56 | 9.23 | 22.63 | - |
| YUV | 67.87 | 164.2 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 132 | 0 | 0.94 | 0.17 | 0.38 | 310.8 | 0.89 | 0.33 |
| Hex | 9F | 9 | 84 | 0 | 5E | 11 | 26 | 137 | 59 | 21 |
| Octal | 237 | 11 | 204 | 0 | 136 | 21 | 46 | 467 | 131 | 41 |
| Binary | 10011111 | 1001 | 10000100 | 0 | 1011110 | 10001 | 100110 | 100110111 | 1011001 | 100001 |
Color Harmonies of #9F0984
Complementary color
Monochromatic Colors of #9F0984
Black with #9F0984
Text Example
Text Example
White with #9F0984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0984; }
p { color: rgb(159,9,132); }
H1.HeaderClassName
{
color: #9F0984;
}
.AnyTagClassName
{
color: #9F0984;
}
</style>
background-color css
<style>
a { background-color: #9F0984; }
a { background-color: rgb(159,9,132); }
div.DivClassName
{
background-color: #9F0984;
}
.BgClassName
{
background-color: #9F0984;
}
</style>
border-color css
<style>
span { border-color: #9F0984; }
span { border-color: rgb(159,9,132); }
td.TdClassName
{
border-color: #9F0984;
}
.TagClassName
{
border-color: #9F0984;
}
</style>