Shades of Dark Magenta #980D8F
Tints of Dark Magenta #980D8F
RGB
CMYK
RGB Variations
Color information
#980D8F (or 0x980D8F) is known color: Dark Magenta. HEX triplet: 98, 0D and 8F. RGB value is (152,13,143). Sum of RGB (Red+Green+Blue) = 152+13+143=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #980D8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980D8F is #67F270. Grayscale: #454545. Windows color (decimal): -6812273 or 9375128. OLE color: 9375128.
HSL color Cylindrical-coordinate representation of color #980D8F: hue angle of 303.88º 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 #980D8F is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 13 | 143 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.40 |
| HSL | 303.88º | 0.84% | 0.32% | - |
| HSV(B) | 303.88º | 0.91% | 0.6% | - |
| XYZ | 18.05 | 8.95 | 26.76 | - |
| YUV | 69.38 | 169.55 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 143 | 0 | 0.91 | 0.06 | 0.40 | 303.88 | 0.84 | 0.32 |
| Hex | 98 | D | 8F | 0 | 5B | 6 | 28 | 130 | 54 | 20 |
| Octal | 230 | 15 | 217 | 0 | 133 | 6 | 50 | 460 | 124 | 40 |
| Binary | 10011000 | 1101 | 10001111 | 0 | 1011011 | 110 | 101000 | 100110000 | 1010100 | 100000 |
Color Harmonies of #980D8F
Complementary color
Monochromatic Colors of #980D8F
Black with #980D8F
Text Example
Text Example
White with #980D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980D8F; }
p { color: rgb(152,13,143); }
H1.HeaderClassName
{
color: #980D8F;
}
.AnyTagClassName
{
color: #980D8F;
}
</style>
background-color css
<style>
a { background-color: #980D8F; }
a { background-color: rgb(152,13,143); }
div.DivClassName
{
background-color: #980D8F;
}
.BgClassName
{
background-color: #980D8F;
}
</style>
border-color css
<style>
span { border-color: #980D8F; }
span { border-color: rgb(152,13,143); }
td.TdClassName
{
border-color: #980D8F;
}
.TagClassName
{
border-color: #980D8F;
}
</style>