Shades of Dark Magenta #980A8E
Tints of Dark Magenta #980A8E
RGB
CMYK
RGB Variations
Color information
#980A8E (or 0x980A8E) is known color: Dark Magenta. HEX triplet: 98, 0A and 8E. RGB value is (152,10,142). Sum of RGB (Red+Green+Blue) = 152+10+142=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #980A8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980A8E is #67F571. Grayscale: #434343. Windows color (decimal): -6813042 or 9308824. OLE color: 9308824.
HSL color Cylindrical-coordinate representation of color #980A8E: hue angle of 304.23º 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 #980A8E is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 10 | 142 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.40 |
| HSL | 304.23º | 0.88% | 0.32% | - |
| HSV(B) | 304.23º | 0.93% | 0.6% | - |
| XYZ | 17.94 | 8.85 | 26.35 | - |
| YUV | 67.51 | 170.04 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 10 | 142 | 0 | 0.93 | 0.07 | 0.40 | 304.23 | 0.88 | 0.32 |
| Hex | 98 | A | 8E | 0 | 5D | 7 | 28 | 130 | 58 | 20 |
| Octal | 230 | 12 | 216 | 0 | 135 | 7 | 50 | 460 | 130 | 40 |
| Binary | 10011000 | 1010 | 10001110 | 0 | 1011101 | 111 | 101000 | 100110000 | 1011000 | 100000 |
Color Harmonies of #980A8E
Complementary color
Monochromatic Colors of #980A8E
Black with #980A8E
Text Example
Text Example
White with #980A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980A8E; }
p { color: rgb(152,10,142); }
H1.HeaderClassName
{
color: #980A8E;
}
.AnyTagClassName
{
color: #980A8E;
}
</style>
background-color css
<style>
a { background-color: #980A8E; }
a { background-color: rgb(152,10,142); }
div.DivClassName
{
background-color: #980A8E;
}
.BgClassName
{
background-color: #980A8E;
}
</style>
border-color css
<style>
span { border-color: #980A8E; }
span { border-color: rgb(152,10,142); }
td.TdClassName
{
border-color: #980A8E;
}
.TagClassName
{
border-color: #980A8E;
}
</style>