Shades of Dark Magenta #9F0B86
Tints of Dark Magenta #9F0B86
RGB
CMYK
RGB Variations
Color information
#9F0B86 (or 0x9F0B86) is known color: Dark Magenta. HEX triplet: 9F, 0B and 86. RGB value is (159,11,134). Sum of RGB (Red+Green+Blue) = 159+11+134=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0B86 is #60F479. Grayscale: #444444. Windows color (decimal): -6354042 or 8784799. OLE color: 8784799.
HSL color Cylindrical-coordinate representation of color #9F0B86: hue angle of 310.14º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F0B86 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 11 | 134 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.38 |
| HSL | 310.14º | 0.87% | 0.33% | - |
| HSV(B) | 310.14º | 0.93% | 0.62% | - |
| XYZ | 18.72 | 9.33 | 23.37 | - |
| YUV | 69.27 | 164.53 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 11 | 134 | 0 | 0.93 | 0.16 | 0.38 | 310.14 | 0.87 | 0.33 |
| Hex | 9F | B | 86 | 0 | 5D | 10 | 26 | 136 | 57 | 21 |
| Octal | 237 | 13 | 206 | 0 | 135 | 20 | 46 | 466 | 127 | 41 |
| Binary | 10011111 | 1011 | 10000110 | 0 | 1011101 | 10000 | 100110 | 100110110 | 1010111 | 100001 |
Color Harmonies of #9F0B86
Complementary color
Monochromatic Colors of #9F0B86
Black with #9F0B86
Text Example
Text Example
White with #9F0B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0B86; }
p { color: rgb(159,11,134); }
H1.HeaderClassName
{
color: #9F0B86;
}
.AnyTagClassName
{
color: #9F0B86;
}
</style>
background-color css
<style>
a { background-color: #9F0B86; }
a { background-color: rgb(159,11,134); }
div.DivClassName
{
background-color: #9F0B86;
}
.BgClassName
{
background-color: #9F0B86;
}
</style>
border-color css
<style>
span { border-color: #9F0B86; }
span { border-color: rgb(159,11,134); }
td.TdClassName
{
border-color: #9F0B86;
}
.TagClassName
{
border-color: #9F0B86;
}
</style>