Shades of Dark Magenta #981898
Tints of Dark Magenta #981898
RGB
CMYK
RGB Variations
Color information
#981898 (or 0x981898) is known color: Dark Magenta. HEX triplet: 98, 18 and 98. RGB value is (152,24,152). Sum of RGB (Red+Green+Blue) = 152+24+152=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #981898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981898 is #67E767. Grayscale: #4C4C4C. Windows color (decimal): -6809448 or 9967768. OLE color: 9967768.
HSL color Cylindrical-coordinate representation of color #981898: hue angle of 300º degrees, saturation: 0.73, 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 #981898 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 24 | 152 | - |
| CMYK | 0 | 0.84 | 0 | 0.40 |
| HSL | 300º | 0.73% | 0.35% | - |
| HSV(B) | 300º | 0.84% | 0.6% | - |
| XYZ | 18.94 | 9.6 | 30.56 | - |
| YUV | 76.86 | 170.41 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 24 | 152 | 0 | 0.84 | 0 | 0.40 | 300 | 0.73 | 0.35 |
| Hex | 98 | 18 | 98 | 0 | 54 | 0 | 28 | 12C | 49 | 23 |
| Octal | 230 | 30 | 230 | 0 | 124 | 0 | 50 | 454 | 111 | 43 |
| Binary | 10011000 | 11000 | 10011000 | 0 | 1010100 | 0 | 101000 | 100101100 | 1001001 | 100011 |
Color Harmonies of #981898
Complementary color
Monochromatic Colors of #981898
Black with #981898
Text Example
Text Example
White with #981898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981898; }
p { color: rgb(152,24,152); }
H1.HeaderClassName
{
color: #981898;
}
.AnyTagClassName
{
color: #981898;
}
</style>
background-color css
<style>
a { background-color: #981898; }
a { background-color: rgb(152,24,152); }
div.DivClassName
{
background-color: #981898;
}
.BgClassName
{
background-color: #981898;
}
</style>
border-color css
<style>
span { border-color: #981898; }
span { border-color: rgb(152,24,152); }
td.TdClassName
{
border-color: #981898;
}
.TagClassName
{
border-color: #981898;
}
</style>