Shades of Dark Magenta #980D8A
Tints of Dark Magenta #980D8A
RGB
CMYK
RGB Variations
Color information
#980D8A (or 0x980D8A) is known color: Dark Magenta. HEX triplet: 98, 0D and 8A. RGB value is (152,13,138). Sum of RGB (Red+Green+Blue) = 152+13+138=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #980D8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980D8A is #67F275. Grayscale: #444444. Windows color (decimal): -6812278 or 9047448. OLE color: 9047448.
HSL color Cylindrical-coordinate representation of color #980D8A: hue angle of 306.04º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980D8A is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 13 | 138 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.40 |
| HSL | 306.04º | 0.84% | 0.32% | - |
| HSV(B) | 306.04º | 0.91% | 0.6% | - |
| XYZ | 17.68 | 8.8 | 24.81 | - |
| YUV | 68.81 | 167.05 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 138 | 0 | 0.91 | 0.09 | 0.40 | 306.04 | 0.84 | 0.32 |
| Hex | 98 | D | 8A | 0 | 5B | 9 | 28 | 132 | 54 | 20 |
| Octal | 230 | 15 | 212 | 0 | 133 | 11 | 50 | 462 | 124 | 40 |
| Binary | 10011000 | 1101 | 10001010 | 0 | 1011011 | 1001 | 101000 | 100110010 | 1010100 | 100000 |
Color Harmonies of #980D8A
Complementary color
Monochromatic Colors of #980D8A
Black with #980D8A
Text Example
Text Example
White with #980D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980D8A; }
p { color: rgb(152,13,138); }
H1.HeaderClassName
{
color: #980D8A;
}
.AnyTagClassName
{
color: #980D8A;
}
</style>
background-color css
<style>
a { background-color: #980D8A; }
a { background-color: rgb(152,13,138); }
div.DivClassName
{
background-color: #980D8A;
}
.BgClassName
{
background-color: #980D8A;
}
</style>
border-color css
<style>
span { border-color: #980D8A; }
span { border-color: rgb(152,13,138); }
td.TdClassName
{
border-color: #980D8A;
}
.TagClassName
{
border-color: #980D8A;
}
</style>