Shades of Dark Magenta #9F0983
Tints of Dark Magenta #9F0983
RGB
CMYK
RGB Variations
Color information
#9F0983 (or 0x9F0983) is known color: Dark Magenta. HEX triplet: 9F, 09 and 83. RGB value is (159,9,131). Sum of RGB (Red+Green+Blue) = 159+9+131=299 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.18% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0983 is #60F67C. Grayscale: #434343. Windows color (decimal): -6354557 or 8587679. OLE color: 8587679.
HSL color Cylindrical-coordinate representation of color #9F0983: hue angle of 311.2º 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 #9F0983 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 9 | 131 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.38 |
| HSL | 311.2º | 0.89% | 0.33% | - |
| HSV(B) | 311.2º | 0.94% | 0.62% | - |
| XYZ | 18.49 | 9.2 | 22.27 | - |
| YUV | 67.76 | 163.7 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 131 | 0 | 0.94 | 0.18 | 0.38 | 311.2 | 0.89 | 0.33 |
| Hex | 9F | 9 | 83 | 0 | 5E | 12 | 26 | 137 | 59 | 21 |
| Octal | 237 | 11 | 203 | 0 | 136 | 22 | 46 | 467 | 131 | 41 |
| Binary | 10011111 | 1001 | 10000011 | 0 | 1011110 | 10010 | 100110 | 100110111 | 1011001 | 100001 |
Color Harmonies of #9F0983
Complementary color
Monochromatic Colors of #9F0983
Black with #9F0983
Text Example
Text Example
White with #9F0983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0983; }
p { color: rgb(159,9,131); }
H1.HeaderClassName
{
color: #9F0983;
}
.AnyTagClassName
{
color: #9F0983;
}
</style>
background-color css
<style>
a { background-color: #9F0983; }
a { background-color: rgb(159,9,131); }
div.DivClassName
{
background-color: #9F0983;
}
.BgClassName
{
background-color: #9F0983;
}
</style>
border-color css
<style>
span { border-color: #9F0983; }
span { border-color: rgb(159,9,131); }
td.TdClassName
{
border-color: #9F0983;
}
.TagClassName
{
border-color: #9F0983;
}
</style>