Shades of Dark Magenta #981098
Tints of Dark Magenta #981098
RGB
CMYK
RGB Variations
Color information
#981098 (or 0x981098) is known color: Dark Magenta. HEX triplet: 98, 10 and 98. RGB value is (152,16,152). Sum of RGB (Red+Green+Blue) = 152+16+152=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #981098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981098 is #67EF67. Grayscale: #474747. Windows color (decimal): -6811496 or 9965720. OLE color: 9965720.
HSL color Cylindrical-coordinate representation of color #981098: hue angle of 300º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981098 is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 16 | 152 | - |
| CMYK | 0 | 0.89 | 0 | 0.40 |
| HSL | 300º | 0.81% | 0.33% | - |
| HSV(B) | 300º | 0.89% | 0.6% | - |
| XYZ | 18.8 | 9.31 | 30.51 | - |
| YUV | 72.17 | 173.06 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 152 | 0 | 0.89 | 0 | 0.40 | 300 | 0.81 | 0.33 |
| Hex | 98 | 10 | 98 | 0 | 59 | 0 | 28 | 12C | 51 | 21 |
| Octal | 230 | 20 | 230 | 0 | 131 | 0 | 50 | 454 | 121 | 41 |
| Binary | 10011000 | 10000 | 10011000 | 0 | 1011001 | 0 | 101000 | 100101100 | 1010001 | 100001 |
Color Harmonies of #981098
Complementary color
Monochromatic Colors of #981098
Black with #981098
Text Example
Text Example
White with #981098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981098; }
p { color: rgb(152,16,152); }
H1.HeaderClassName
{
color: #981098;
}
.AnyTagClassName
{
color: #981098;
}
</style>
background-color css
<style>
a { background-color: #981098; }
a { background-color: rgb(152,16,152); }
div.DivClassName
{
background-color: #981098;
}
.BgClassName
{
background-color: #981098;
}
</style>
border-color css
<style>
span { border-color: #981098; }
span { border-color: rgb(152,16,152); }
td.TdClassName
{
border-color: #981098;
}
.TagClassName
{
border-color: #981098;
}
</style>