Shades of Dark Magenta #980299
Tints of Dark Magenta #980299
RGB
CMYK
RGB Variations
Color information
#980299 (or 0x980299) is known color: Dark Magenta. HEX triplet: 98, 02 and 99. RGB value is (152,2,153). Sum of RGB (Red+Green+Blue) = 152+2+153=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #980299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980299 is #67FD66. Grayscale: #3F3F3F. Windows color (decimal): -6815079 or 10027672. OLE color: 10027672.
HSL color Cylindrical-coordinate representation of color #980299: hue angle of 299.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980299 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 152 | 2 | 153 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.4 |
| HSL | 299.6º | 0.97% | 0.3% | - |
| HSV(B) | 299.6º | 0.99% | 0.6% | - |
| XYZ | 18.72 | 9.02 | 30.89 | - |
| YUV | 64.06 | 178.2 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 153 | 0.01 | 0.99 | 0 | 0.4 | 299.6 | 0.97 | 0.3 |
| Hex | 98 | 2 | 99 | 1 | 63 | 0 | 28 | 12C | 61 | 1E |
| Octal | 230 | 2 | 231 | 1 | 143 | 0 | 50 | 454 | 141 | 36 |
| Binary | 10011000 | 10 | 10011001 | 1 | 1100011 | 0 | 101000 | 100101100 | 1100001 | 11110 |
Color Harmonies of #980299
Complementary color
Monochromatic Colors of #980299
Black with #980299
Text Example
Text Example
White with #980299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980299; }
p { color: rgb(152,2,153); }
H1.HeaderClassName
{
color: #980299;
}
.AnyTagClassName
{
color: #980299;
}
</style>
background-color css
<style>
a { background-color: #980299; }
a { background-color: rgb(152,2,153); }
div.DivClassName
{
background-color: #980299;
}
.BgClassName
{
background-color: #980299;
}
</style>
border-color css
<style>
span { border-color: #980299; }
span { border-color: rgb(152,2,153); }
td.TdClassName
{
border-color: #980299;
}
.TagClassName
{
border-color: #980299;
}
</style>