Shades of Dark Magenta #981992
Tints of Dark Magenta #981992
RGB
CMYK
RGB Variations
Color information
#981992 (or 0x981992) is known color: Dark Magenta. HEX triplet: 98, 19 and 92. RGB value is (152,25,146). Sum of RGB (Red+Green+Blue) = 152+25+146=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #981992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981992 is #67E66D. Grayscale: #4C4C4C. Windows color (decimal): -6809198 or 9574808. OLE color: 9574808.
HSL color Cylindrical-coordinate representation of color #981992: hue angle of 302.83º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981992 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 25 | 146 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.40 |
| HSL | 302.83º | 0.72% | 0.35% | - |
| HSV(B) | 302.83º | 0.84% | 0.6% | - |
| XYZ | 18.48 | 9.45 | 28.04 | - |
| YUV | 76.77 | 167.08 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 25 | 146 | 0 | 0.84 | 0.04 | 0.40 | 302.83 | 0.72 | 0.35 |
| Hex | 98 | 19 | 92 | 0 | 54 | 4 | 28 | 12F | 48 | 23 |
| Octal | 230 | 31 | 222 | 0 | 124 | 4 | 50 | 457 | 110 | 43 |
| Binary | 10011000 | 11001 | 10010010 | 0 | 1010100 | 100 | 101000 | 100101111 | 1001000 | 100011 |
Color Harmonies of #981992
Complementary color
Monochromatic Colors of #981992
Black with #981992
Text Example
Text Example
White with #981992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981992; }
p { color: rgb(152,25,146); }
H1.HeaderClassName
{
color: #981992;
}
.AnyTagClassName
{
color: #981992;
}
</style>
background-color css
<style>
a { background-color: #981992; }
a { background-color: rgb(152,25,146); }
div.DivClassName
{
background-color: #981992;
}
.BgClassName
{
background-color: #981992;
}
</style>
border-color css
<style>
span { border-color: #981992; }
span { border-color: rgb(152,25,146); }
td.TdClassName
{
border-color: #981992;
}
.TagClassName
{
border-color: #981992;
}
</style>