Shades of Dark Magenta #980A8F
Tints of Dark Magenta #980A8F
RGB
CMYK
RGB Variations
Color information
#980A8F (or 0x980A8F) is known color: Dark Magenta. HEX triplet: 98, 0A and 8F. RGB value is (152,10,143). Sum of RGB (Red+Green+Blue) = 152+10+143=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #980A8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980A8F is #67F570. Grayscale: #434343. Windows color (decimal): -6813041 or 9374360. OLE color: 9374360.
HSL color Cylindrical-coordinate representation of color #980A8F: hue angle of 303.8º 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 #980A8F is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 10 | 143 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.40 |
| HSL | 303.8º | 0.88% | 0.32% | - |
| HSV(B) | 303.8º | 0.93% | 0.6% | - |
| XYZ | 18.02 | 8.88 | 26.75 | - |
| YUV | 67.62 | 170.54 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 10 | 143 | 0 | 0.93 | 0.06 | 0.40 | 303.8 | 0.88 | 0.32 |
| Hex | 98 | A | 8F | 0 | 5D | 6 | 28 | 130 | 58 | 20 |
| Octal | 230 | 12 | 217 | 0 | 135 | 6 | 50 | 460 | 130 | 40 |
| Binary | 10011000 | 1010 | 10001111 | 0 | 1011101 | 110 | 101000 | 100110000 | 1011000 | 100000 |
Color Harmonies of #980A8F
Complementary color
Monochromatic Colors of #980A8F
Black with #980A8F
Text Example
Text Example
White with #980A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980A8F; }
p { color: rgb(152,10,143); }
H1.HeaderClassName
{
color: #980A8F;
}
.AnyTagClassName
{
color: #980A8F;
}
</style>
background-color css
<style>
a { background-color: #980A8F; }
a { background-color: rgb(152,10,143); }
div.DivClassName
{
background-color: #980A8F;
}
.BgClassName
{
background-color: #980A8F;
}
</style>
border-color css
<style>
span { border-color: #980A8F; }
span { border-color: rgb(152,10,143); }
td.TdClassName
{
border-color: #980A8F;
}
.TagClassName
{
border-color: #980A8F;
}
</style>