Shades of Dark Magenta #980B7E
Tints of Dark Magenta #980B7E
RGB
CMYK
RGB Variations
Color information
#980B7E (or 0x980B7E) is known color: Dark Magenta. HEX triplet: 98, 0B and 7E. RGB value is (152,11,126). Sum of RGB (Red+Green+Blue) = 152+11+126=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #980B7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980B7E is #67F481. Grayscale: #414141. Windows color (decimal): -6812802 or 8260504. OLE color: 8260504.
HSL color Cylindrical-coordinate representation of color #980B7E: hue angle of 311.06º 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 #980B7E is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 11 | 126 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.40 |
| HSL | 311.06º | 0.87% | 0.32% | - |
| HSV(B) | 311.06º | 0.93% | 0.6% | - |
| XYZ | 16.83 | 8.42 | 20.48 | - |
| YUV | 66.27 | 161.71 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 126 | 0 | 0.93 | 0.17 | 0.40 | 311.06 | 0.87 | 0.32 |
| Hex | 98 | B | 7E | 0 | 5D | 11 | 28 | 137 | 57 | 20 |
| Octal | 230 | 13 | 176 | 0 | 135 | 21 | 50 | 467 | 127 | 40 |
| Binary | 10011000 | 1011 | 1111110 | 0 | 1011101 | 10001 | 101000 | 100110111 | 1010111 | 100000 |
Color Harmonies of #980B7E
Complementary color
Monochromatic Colors of #980B7E
Black with #980B7E
Text Example
Text Example
White with #980B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980B7E; }
p { color: rgb(152,11,126); }
H1.HeaderClassName
{
color: #980B7E;
}
.AnyTagClassName
{
color: #980B7E;
}
</style>
background-color css
<style>
a { background-color: #980B7E; }
a { background-color: rgb(152,11,126); }
div.DivClassName
{
background-color: #980B7E;
}
.BgClassName
{
background-color: #980B7E;
}
</style>
border-color css
<style>
span { border-color: #980B7E; }
span { border-color: rgb(152,11,126); }
td.TdClassName
{
border-color: #980B7E;
}
.TagClassName
{
border-color: #980B7E;
}
</style>