Shades of Dark Magenta #980E97
Tints of Dark Magenta #980E97
RGB
CMYK
RGB Variations
Color information
#980E97 (or 0x980E97) is known color: Dark Magenta. HEX triplet: 98, 0E and 97. RGB value is (152,14,151). Sum of RGB (Red+Green+Blue) = 152+14+151=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 151 (59.38% from 255 or 47.63% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #980E97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980E97 is #67F168. Grayscale: #464646. Windows color (decimal): -6812009 or 9899672. OLE color: 9899672.
HSL color Cylindrical-coordinate representation of color #980E97: hue angle of 300.43º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980E97 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 14 | 151 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.40 |
| HSL | 300.43º | 0.83% | 0.33% | - |
| HSV(B) | 300.43º | 0.91% | 0.6% | - |
| XYZ | 18.69 | 9.22 | 30.07 | - |
| YUV | 70.88 | 173.22 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 14 | 151 | 0 | 0.91 | 0.01 | 0.40 | 300.43 | 0.83 | 0.33 |
| Hex | 98 | E | 97 | 0 | 5B | 1 | 28 | 12C | 53 | 21 |
| Octal | 230 | 16 | 227 | 0 | 133 | 1 | 50 | 454 | 123 | 41 |
| Binary | 10011000 | 1110 | 10010111 | 0 | 1011011 | 1 | 101000 | 100101100 | 1010011 | 100001 |
Color Harmonies of #980E97
Complementary color
Monochromatic Colors of #980E97
Black with #980E97
Text Example
Text Example
White with #980E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980E97; }
p { color: rgb(152,14,151); }
H1.HeaderClassName
{
color: #980E97;
}
.AnyTagClassName
{
color: #980E97;
}
</style>
background-color css
<style>
a { background-color: #980E97; }
a { background-color: rgb(152,14,151); }
div.DivClassName
{
background-color: #980E97;
}
.BgClassName
{
background-color: #980E97;
}
</style>
border-color css
<style>
span { border-color: #980E97; }
span { border-color: rgb(152,14,151); }
td.TdClassName
{
border-color: #980E97;
}
.TagClassName
{
border-color: #980E97;
}
</style>