Shades of Dark Magenta #980D91
Tints of Dark Magenta #980D91
RGB
CMYK
RGB Variations
Color information
#980D91 (or 0x980D91) is known color: Dark Magenta. HEX triplet: 98, 0D and 91. RGB value is (152,13,145). Sum of RGB (Red+Green+Blue) = 152+13+145=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #980D91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980D91 is #67F26E. Grayscale: #454545. Windows color (decimal): -6812271 or 9506200. OLE color: 9506200.
HSL color Cylindrical-coordinate representation of color #980D91: hue angle of 303.02º 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 #980D91 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 13 | 145 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.40 |
| HSL | 303.02º | 0.84% | 0.32% | - |
| HSV(B) | 303.02º | 0.91% | 0.6% | - |
| XYZ | 18.2 | 9.01 | 27.57 | - |
| YUV | 69.61 | 170.55 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 145 | 0 | 0.91 | 0.05 | 0.40 | 303.02 | 0.84 | 0.32 |
| Hex | 98 | D | 91 | 0 | 5B | 5 | 28 | 12F | 54 | 20 |
| Octal | 230 | 15 | 221 | 0 | 133 | 5 | 50 | 457 | 124 | 40 |
| Binary | 10011000 | 1101 | 10010001 | 0 | 1011011 | 101 | 101000 | 100101111 | 1010100 | 100000 |
Color Harmonies of #980D91
Complementary color
Monochromatic Colors of #980D91
Black with #980D91
Text Example
Text Example
White with #980D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980D91; }
p { color: rgb(152,13,145); }
H1.HeaderClassName
{
color: #980D91;
}
.AnyTagClassName
{
color: #980D91;
}
</style>
background-color css
<style>
a { background-color: #980D91; }
a { background-color: rgb(152,13,145); }
div.DivClassName
{
background-color: #980D91;
}
.BgClassName
{
background-color: #980D91;
}
</style>
border-color css
<style>
span { border-color: #980D91; }
span { border-color: rgb(152,13,145); }
td.TdClassName
{
border-color: #980D91;
}
.TagClassName
{
border-color: #980D91;
}
</style>