Shades of Dark Magenta #980A8D
Tints of Dark Magenta #980A8D
RGB
CMYK
RGB Variations
Color information
#980A8D (or 0x980A8D) is known color: Dark Magenta. HEX triplet: 98, 0A and 8D. RGB value is (152,10,141). Sum of RGB (Red+Green+Blue) = 152+10+141=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #980A8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980A8D is #67F572. Grayscale: #434343. Windows color (decimal): -6813043 or 9243288. OLE color: 9243288.
HSL color Cylindrical-coordinate representation of color #980A8D: hue angle of 304.65º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980A8D is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 10 | 141 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.40 |
| HSL | 304.65º | 0.88% | 0.32% | - |
| HSV(B) | 304.65º | 0.93% | 0.6% | - |
| XYZ | 17.87 | 8.82 | 25.96 | - |
| YUV | 67.39 | 169.54 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 10 | 141 | 0 | 0.93 | 0.07 | 0.40 | 304.65 | 0.88 | 0.32 |
| Hex | 98 | A | 8D | 0 | 5D | 7 | 28 | 131 | 58 | 20 |
| Octal | 230 | 12 | 215 | 0 | 135 | 7 | 50 | 461 | 130 | 40 |
| Binary | 10011000 | 1010 | 10001101 | 0 | 1011101 | 111 | 101000 | 100110001 | 1011000 | 100000 |
Color Harmonies of #980A8D
Complementary color
Monochromatic Colors of #980A8D
Black with #980A8D
Text Example
Text Example
White with #980A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980A8D; }
p { color: rgb(152,10,141); }
H1.HeaderClassName
{
color: #980A8D;
}
.AnyTagClassName
{
color: #980A8D;
}
</style>
background-color css
<style>
a { background-color: #980A8D; }
a { background-color: rgb(152,10,141); }
div.DivClassName
{
background-color: #980A8D;
}
.BgClassName
{
background-color: #980A8D;
}
</style>
border-color css
<style>
span { border-color: #980A8D; }
span { border-color: rgb(152,10,141); }
td.TdClassName
{
border-color: #980A8D;
}
.TagClassName
{
border-color: #980A8D;
}
</style>