Shades of Dark Magenta #980B86
Tints of Dark Magenta #980B86
RGB
CMYK
RGB Variations
Color information
#980B86 (or 0x980B86) is known color: Dark Magenta. HEX triplet: 98, 0B and 86. RGB value is (152,11,134). Sum of RGB (Red+Green+Blue) = 152+11+134=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #980B86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980B86 is #67F479. Grayscale: #424242. Windows color (decimal): -6812794 or 8784792. OLE color: 8784792.
HSL color Cylindrical-coordinate representation of color #980B86: hue angle of 307.66º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980B86 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 11 | 134 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.40 |
| HSL | 307.66º | 0.87% | 0.32% | - |
| HSV(B) | 307.66º | 0.93% | 0.6% | - |
| XYZ | 17.37 | 8.64 | 23.31 | - |
| YUV | 67.18 | 165.71 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 134 | 0 | 0.93 | 0.12 | 0.40 | 307.66 | 0.87 | 0.32 |
| Hex | 98 | B | 86 | 0 | 5D | C | 28 | 134 | 57 | 20 |
| Octal | 230 | 13 | 206 | 0 | 135 | 14 | 50 | 464 | 127 | 40 |
| Binary | 10011000 | 1011 | 10000110 | 0 | 1011101 | 1100 | 101000 | 100110100 | 1010111 | 100000 |
Color Harmonies of #980B86
Complementary color
Monochromatic Colors of #980B86
Black with #980B86
Text Example
Text Example
White with #980B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980B86; }
p { color: rgb(152,11,134); }
H1.HeaderClassName
{
color: #980B86;
}
.AnyTagClassName
{
color: #980B86;
}
</style>
background-color css
<style>
a { background-color: #980B86; }
a { background-color: rgb(152,11,134); }
div.DivClassName
{
background-color: #980B86;
}
.BgClassName
{
background-color: #980B86;
}
</style>
border-color css
<style>
span { border-color: #980B86; }
span { border-color: rgb(152,11,134); }
td.TdClassName
{
border-color: #980B86;
}
.TagClassName
{
border-color: #980B86;
}
</style>