Shades of Dark Magenta #980C97
Tints of Dark Magenta #980C97
RGB
CMYK
RGB Variations
Color information
#980C97 (or 0x980C97) is known color: Dark Magenta. HEX triplet: 98, 0C and 97. RGB value is (152,12,151). Sum of RGB (Red+Green+Blue) = 152+12+151=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #980C97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980C97 is #67F368. Grayscale: #454545. Windows color (decimal): -6812521 or 9899160. OLE color: 9899160.
HSL color Cylindrical-coordinate representation of color #980C97: hue angle of 300.43º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #980C97 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 12 | 151 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.40 |
| HSL | 300.43º | 0.85% | 0.32% | - |
| HSV(B) | 300.43º | 0.92% | 0.6% | - |
| XYZ | 18.67 | 9.17 | 30.06 | - |
| YUV | 69.71 | 173.88 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 12 | 151 | 0 | 0.92 | 0.01 | 0.40 | 300.43 | 0.85 | 0.32 |
| Hex | 98 | C | 97 | 0 | 5C | 1 | 28 | 12C | 55 | 20 |
| Octal | 230 | 14 | 227 | 0 | 134 | 1 | 50 | 454 | 125 | 40 |
| Binary | 10011000 | 1100 | 10010111 | 0 | 1011100 | 1 | 101000 | 100101100 | 1010101 | 100000 |
Color Harmonies of #980C97
Complementary color
Monochromatic Colors of #980C97
Black with #980C97
Text Example
Text Example
White with #980C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980C97; }
p { color: rgb(152,12,151); }
H1.HeaderClassName
{
color: #980C97;
}
.AnyTagClassName
{
color: #980C97;
}
</style>
background-color css
<style>
a { background-color: #980C97; }
a { background-color: rgb(152,12,151); }
div.DivClassName
{
background-color: #980C97;
}
.BgClassName
{
background-color: #980C97;
}
</style>
border-color css
<style>
span { border-color: #980C97; }
span { border-color: rgb(152,12,151); }
td.TdClassName
{
border-color: #980C97;
}
.TagClassName
{
border-color: #980C97;
}
</style>