Shades of Dark Magenta #980098
Tints of Dark Magenta #980098
RGB
CMYK
RGB Variations
Color information
#980098 (or 0x980098) is known color: Dark Magenta. HEX triplet: 98, 00 and 98. RGB value is (152,0,152). Sum of RGB (Red+Green+Blue) = 152+0+152=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #980098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980098 is #67FF67. Grayscale: #3E3E3E. Windows color (decimal): -6815592 or 9961624. OLE color: 9961624.
HSL color Cylindrical-coordinate representation of color #980098: hue angle of 300º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #980098 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 152 | - |
| CMYK | 0 | 1 | 0 | 0.40 |
| HSL | 300º | 1% | 0.3% | - |
| HSV(B) | 300º | 1% | 0.6% | - |
| XYZ | 18.62 | 8.94 | 30.45 | - |
| YUV | 62.78 | 178.36 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 152 | 0 | 1 | 0 | 0.40 | 300 | 1 | 0.3 |
| Hex | 98 | 0 | 98 | 0 | 64 | 0 | 28 | 12C | 64 | 1E |
| Octal | 230 | 0 | 230 | 0 | 144 | 0 | 50 | 454 | 144 | 36 |
| Binary | 10011000 | 0 | 10011000 | 0 | 1100100 | 0 | 101000 | 100101100 | 1100100 | 11110 |
Color Harmonies of #980098
Complementary color
Monochromatic Colors of #980098
Black with #980098
Text Example
Text Example
White with #980098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980098; }
p { color: rgb(152,0,152); }
H1.HeaderClassName
{
color: #980098;
}
.AnyTagClassName
{
color: #980098;
}
</style>
background-color css
<style>
a { background-color: #980098; }
a { background-color: rgb(152,0,152); }
div.DivClassName
{
background-color: #980098;
}
.BgClassName
{
background-color: #980098;
}
</style>
border-color css
<style>
span { border-color: #980098; }
span { border-color: rgb(152,0,152); }
td.TdClassName
{
border-color: #980098;
}
.TagClassName
{
border-color: #980098;
}
</style>