Shades of Dark Magenta #9F0A83
Tints of Dark Magenta #9F0A83
RGB
CMYK
RGB Variations
Color information
#9F0A83 (or 0x9F0A83) is known color: Dark Magenta. HEX triplet: 9F, 0A and 83. RGB value is (159,10,131). Sum of RGB (Red+Green+Blue) = 159+10+131=300 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0A83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0A83 is #60F57C. Grayscale: #444444. Windows color (decimal): -6354301 or 8587935. OLE color: 8587935.
HSL color Cylindrical-coordinate representation of color #9F0A83: hue angle of 311.28º degrees, saturation: 0.88, 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 #9F0A83 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 10 | 131 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.38 |
| HSL | 311.28º | 0.88% | 0.33% | - |
| HSV(B) | 311.28º | 0.94% | 0.62% | - |
| XYZ | 18.5 | 9.23 | 22.28 | - |
| YUV | 68.35 | 163.36 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 10 | 131 | 0 | 0.94 | 0.18 | 0.38 | 311.28 | 0.88 | 0.33 |
| Hex | 9F | A | 83 | 0 | 5E | 12 | 26 | 137 | 58 | 21 |
| Octal | 237 | 12 | 203 | 0 | 136 | 22 | 46 | 467 | 130 | 41 |
| Binary | 10011111 | 1010 | 10000011 | 0 | 1011110 | 10010 | 100110 | 100110111 | 1011000 | 100001 |
Color Harmonies of #9F0A83
Complementary color
Monochromatic Colors of #9F0A83
Black with #9F0A83
Text Example
Text Example
White with #9F0A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0A83; }
p { color: rgb(159,10,131); }
H1.HeaderClassName
{
color: #9F0A83;
}
.AnyTagClassName
{
color: #9F0A83;
}
</style>
background-color css
<style>
a { background-color: #9F0A83; }
a { background-color: rgb(159,10,131); }
div.DivClassName
{
background-color: #9F0A83;
}
.BgClassName
{
background-color: #9F0A83;
}
</style>
border-color css
<style>
span { border-color: #9F0A83; }
span { border-color: rgb(159,10,131); }
td.TdClassName
{
border-color: #9F0A83;
}
.TagClassName
{
border-color: #9F0A83;
}
</style>