Shades of Dark Magenta #980998
Tints of Dark Magenta #980998
RGB
CMYK
RGB Variations
Color information
#980998 (or 0x980998) is known color: Dark Magenta. HEX triplet: 98, 09 and 98. RGB value is (152,9,152). Sum of RGB (Red+Green+Blue) = 152+9+152=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #980998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980998 is #67F667. Grayscale: #434343. Windows color (decimal): -6813288 or 9963928. OLE color: 9963928.
HSL color Cylindrical-coordinate representation of color #980998: hue angle of 300º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980998 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 9 | 152 | - |
| CMYK | 0 | 0.94 | 0 | 0.40 |
| HSL | 300º | 0.89% | 0.32% | - |
| HSV(B) | 300º | 0.94% | 0.6% | - |
| XYZ | 18.71 | 9.14 | 30.48 | - |
| YUV | 68.06 | 175.38 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 152 | 0 | 0.94 | 0 | 0.40 | 300 | 0.89 | 0.32 |
| Hex | 98 | 9 | 98 | 0 | 5E | 0 | 28 | 12C | 59 | 20 |
| Octal | 230 | 11 | 230 | 0 | 136 | 0 | 50 | 454 | 131 | 40 |
| Binary | 10011000 | 1001 | 10011000 | 0 | 1011110 | 0 | 101000 | 100101100 | 1011001 | 100000 |
Color Harmonies of #980998
Complementary color
Monochromatic Colors of #980998
Black with #980998
Text Example
Text Example
White with #980998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980998; }
p { color: rgb(152,9,152); }
H1.HeaderClassName
{
color: #980998;
}
.AnyTagClassName
{
color: #980998;
}
</style>
background-color css
<style>
a { background-color: #980998; }
a { background-color: rgb(152,9,152); }
div.DivClassName
{
background-color: #980998;
}
.BgClassName
{
background-color: #980998;
}
</style>
border-color css
<style>
span { border-color: #980998; }
span { border-color: rgb(152,9,152); }
td.TdClassName
{
border-color: #980998;
}
.TagClassName
{
border-color: #980998;
}
</style>