Shades of Dark Magenta #980D80
Tints of Dark Magenta #980D80
RGB
CMYK
RGB Variations
Color information
#980D80 (or 0x980D80) is known color: Dark Magenta. HEX triplet: 98, 0D and 80. RGB value is (152,13,128). Sum of RGB (Red+Green+Blue) = 152+13+128=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 13 (5.47% from 255 or 4.44% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #980D80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980D80 is #67F27F. Grayscale: #434343. Windows color (decimal): -6812288 or 8392088. OLE color: 8392088.
HSL color Cylindrical-coordinate representation of color #980D80: hue angle of 310.36º 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 #980D80 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 13 | 128 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.40 |
| HSL | 310.36º | 0.84% | 0.32% | - |
| HSV(B) | 310.36º | 0.91% | 0.6% | - |
| XYZ | 16.99 | 8.52 | 21.17 | - |
| YUV | 67.67 | 162.05 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 128 | 0 | 0.91 | 0.16 | 0.40 | 310.36 | 0.84 | 0.32 |
| Hex | 98 | D | 80 | 0 | 5B | 10 | 28 | 136 | 54 | 20 |
| Octal | 230 | 15 | 200 | 0 | 133 | 20 | 50 | 466 | 124 | 40 |
| Binary | 10011000 | 1101 | 10000000 | 0 | 1011011 | 10000 | 101000 | 100110110 | 1010100 | 100000 |
Color Harmonies of #980D80
Complementary color
Monochromatic Colors of #980D80
Black with #980D80
Text Example
Text Example
White with #980D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980D80; }
p { color: rgb(152,13,128); }
H1.HeaderClassName
{
color: #980D80;
}
.AnyTagClassName
{
color: #980D80;
}
</style>
background-color css
<style>
a { background-color: #980D80; }
a { background-color: rgb(152,13,128); }
div.DivClassName
{
background-color: #980D80;
}
.BgClassName
{
background-color: #980D80;
}
</style>
border-color css
<style>
span { border-color: #980D80; }
span { border-color: rgb(152,13,128); }
td.TdClassName
{
border-color: #980D80;
}
.TagClassName
{
border-color: #980D80;
}
</style>