Shades of Dark Magenta #980898
Tints of Dark Magenta #980898
RGB
CMYK
RGB Variations
Color information
#980898 (or 0x980898) is known color: Dark Magenta. HEX triplet: 98, 08 and 98. RGB value is (152,8,152). Sum of RGB (Red+Green+Blue) = 152+8+152=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #980898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980898 is #67F767. Grayscale: #434343. Windows color (decimal): -6813544 or 9963672. OLE color: 9963672.
HSL color Cylindrical-coordinate representation of color #980898: hue angle of 300º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980898 is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 8 | 152 | - |
| CMYK | 0 | 0.95 | 0 | 0.40 |
| HSL | 300º | 0.9% | 0.31% | - |
| HSV(B) | 300º | 0.95% | 0.6% | - |
| XYZ | 18.7 | 9.12 | 30.48 | - |
| YUV | 67.47 | 175.71 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 8 | 152 | 0 | 0.95 | 0 | 0.40 | 300 | 0.9 | 0.31 |
| Hex | 98 | 8 | 98 | 0 | 5F | 0 | 28 | 12C | 5A | 1F |
| Octal | 230 | 10 | 230 | 0 | 137 | 0 | 50 | 454 | 132 | 37 |
| Binary | 10011000 | 1000 | 10011000 | 0 | 1011111 | 0 | 101000 | 100101100 | 1011010 | 11111 |
Color Harmonies of #980898
Complementary color
Monochromatic Colors of #980898
Black with #980898
Text Example
Text Example
White with #980898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980898; }
p { color: rgb(152,8,152); }
H1.HeaderClassName
{
color: #980898;
}
.AnyTagClassName
{
color: #980898;
}
</style>
background-color css
<style>
a { background-color: #980898; }
a { background-color: rgb(152,8,152); }
div.DivClassName
{
background-color: #980898;
}
.BgClassName
{
background-color: #980898;
}
</style>
border-color css
<style>
span { border-color: #980898; }
span { border-color: rgb(152,8,152); }
td.TdClassName
{
border-color: #980898;
}
.TagClassName
{
border-color: #980898;
}
</style>