Shades of Dark Magenta #980F99
Tints of Dark Magenta #980F99
RGB
CMYK
RGB Variations
Color information
#980F99 (or 0x980F99) is known color: Dark Magenta. HEX triplet: 98, 0F and 99. RGB value is (152,15,153). Sum of RGB (Red+Green+Blue) = 152+15+153=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #980F99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980F99 is #67F066. Grayscale: #474747. Windows color (decimal): -6811751 or 10031000. OLE color: 10031000.
HSL color Cylindrical-coordinate representation of color #980F99: hue angle of 299.57º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #980F99 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 152 | 15 | 153 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.4 |
| HSL | 299.57º | 0.82% | 0.33% | - |
| HSV(B) | 299.57º | 0.9% | 0.6% | - |
| XYZ | 18.87 | 9.32 | 30.94 | - |
| YUV | 71.7 | 173.89 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 153 | 0.01 | 0.90 | 0 | 0.4 | 299.57 | 0.82 | 0.33 |
| Hex | 98 | F | 99 | 1 | 5A | 0 | 28 | 12C | 52 | 21 |
| Octal | 230 | 17 | 231 | 1 | 132 | 0 | 50 | 454 | 122 | 41 |
| Binary | 10011000 | 1111 | 10011001 | 1 | 1011010 | 0 | 101000 | 100101100 | 1010010 | 100001 |
Color Harmonies of #980F99
Complementary color
Monochromatic Colors of #980F99
Black with #980F99
Text Example
Text Example
White with #980F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980F99; }
p { color: rgb(152,15,153); }
H1.HeaderClassName
{
color: #980F99;
}
.AnyTagClassName
{
color: #980F99;
}
</style>
background-color css
<style>
a { background-color: #980F99; }
a { background-color: rgb(152,15,153); }
div.DivClassName
{
background-color: #980F99;
}
.BgClassName
{
background-color: #980F99;
}
</style>
border-color css
<style>
span { border-color: #980F99; }
span { border-color: rgb(152,15,153); }
td.TdClassName
{
border-color: #980F99;
}
.TagClassName
{
border-color: #980F99;
}
</style>