Shades of Dark Magenta #980D85
Tints of Dark Magenta #980D85
RGB
CMYK
RGB Variations
Color information
#980D85 (or 0x980D85) is known color: Dark Magenta. HEX triplet: 98, 0D and 85. RGB value is (152,13,133). Sum of RGB (Red+Green+Blue) = 152+13+133=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #980D85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980D85 is #67F27A. Grayscale: #434343. Windows color (decimal): -6812283 or 8719768. OLE color: 8719768.
HSL color Cylindrical-coordinate representation of color #980D85: hue angle of 308.2º 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 #980D85 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 13 | 133 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.40 |
| HSL | 308.2º | 0.84% | 0.32% | - |
| HSV(B) | 308.2º | 0.91% | 0.6% | - |
| XYZ | 17.33 | 8.66 | 22.95 | - |
| YUV | 68.24 | 164.55 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 133 | 0 | 0.91 | 0.13 | 0.40 | 308.2 | 0.84 | 0.32 |
| Hex | 98 | D | 85 | 0 | 5B | D | 28 | 134 | 54 | 20 |
| Octal | 230 | 15 | 205 | 0 | 133 | 15 | 50 | 464 | 124 | 40 |
| Binary | 10011000 | 1101 | 10000101 | 0 | 1011011 | 1101 | 101000 | 100110100 | 1010100 | 100000 |
Color Harmonies of #980D85
Complementary color
Monochromatic Colors of #980D85
Black with #980D85
Text Example
Text Example
White with #980D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980D85; }
p { color: rgb(152,13,133); }
H1.HeaderClassName
{
color: #980D85;
}
.AnyTagClassName
{
color: #980D85;
}
</style>
background-color css
<style>
a { background-color: #980D85; }
a { background-color: rgb(152,13,133); }
div.DivClassName
{
background-color: #980D85;
}
.BgClassName
{
background-color: #980D85;
}
</style>
border-color css
<style>
span { border-color: #980D85; }
span { border-color: rgb(152,13,133); }
td.TdClassName
{
border-color: #980D85;
}
.TagClassName
{
border-color: #980D85;
}
</style>