Shades of Dark Magenta #980D83
Tints of Dark Magenta #980D83
RGB
CMYK
RGB Variations
Color information
#980D83 (or 0x980D83) is known color: Dark Magenta. HEX triplet: 98, 0D and 83. RGB value is (152,13,131). Sum of RGB (Red+Green+Blue) = 152+13+131=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #980D83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980D83 is #67F27C. Grayscale: #434343. Windows color (decimal): -6812285 or 8588696. OLE color: 8588696.
HSL color Cylindrical-coordinate representation of color #980D83: hue angle of 309.06º 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 #980D83 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 13 | 131 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.40 |
| HSL | 309.06º | 0.84% | 0.32% | - |
| HSV(B) | 309.06º | 0.91% | 0.6% | - |
| XYZ | 17.19 | 8.6 | 22.23 | - |
| YUV | 68.01 | 163.55 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 131 | 0 | 0.91 | 0.14 | 0.40 | 309.06 | 0.84 | 0.32 |
| Hex | 98 | D | 83 | 0 | 5B | E | 28 | 135 | 54 | 20 |
| Octal | 230 | 15 | 203 | 0 | 133 | 16 | 50 | 465 | 124 | 40 |
| Binary | 10011000 | 1101 | 10000011 | 0 | 1011011 | 1110 | 101000 | 100110101 | 1010100 | 100000 |
Color Harmonies of #980D83
Complementary color
Monochromatic Colors of #980D83
Black with #980D83
Text Example
Text Example
White with #980D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980D83; }
p { color: rgb(152,13,131); }
H1.HeaderClassName
{
color: #980D83;
}
.AnyTagClassName
{
color: #980D83;
}
</style>
background-color css
<style>
a { background-color: #980D83; }
a { background-color: rgb(152,13,131); }
div.DivClassName
{
background-color: #980D83;
}
.BgClassName
{
background-color: #980D83;
}
</style>
border-color css
<style>
span { border-color: #980D83; }
span { border-color: rgb(152,13,131); }
td.TdClassName
{
border-color: #980D83;
}
.TagClassName
{
border-color: #980D83;
}
</style>