Shades of Dark Magenta #980594
Tints of Dark Magenta #980594
RGB
CMYK
RGB Variations
Color information
#980594 (or 0x980594) is known color: Dark Magenta. HEX triplet: 98, 05 and 94. RGB value is (152,5,148). Sum of RGB (Red+Green+Blue) = 152+5+148=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #980594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980594 is #67FA6B. Grayscale: #404040. Windows color (decimal): -6814316 or 9700760. OLE color: 9700760.
HSL color Cylindrical-coordinate representation of color #980594: hue angle of 301.63º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #980594 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 5 | 148 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.40 |
| HSL | 301.63º | 0.94% | 0.31% | - |
| HSV(B) | 301.63º | 0.97% | 0.6% | - |
| XYZ | 18.35 | 8.92 | 28.77 | - |
| YUV | 65.26 | 174.7 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 5 | 148 | 0 | 0.97 | 0.03 | 0.40 | 301.63 | 0.94 | 0.31 |
| Hex | 98 | 5 | 94 | 0 | 61 | 3 | 28 | 12E | 5E | 1F |
| Octal | 230 | 5 | 224 | 0 | 141 | 3 | 50 | 456 | 136 | 37 |
| Binary | 10011000 | 101 | 10010100 | 0 | 1100001 | 11 | 101000 | 100101110 | 1011110 | 11111 |
Color Harmonies of #980594
Complementary color
Monochromatic Colors of #980594
Black with #980594
Text Example
Text Example
White with #980594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980594; }
p { color: rgb(152,5,148); }
H1.HeaderClassName
{
color: #980594;
}
.AnyTagClassName
{
color: #980594;
}
</style>
background-color css
<style>
a { background-color: #980594; }
a { background-color: rgb(152,5,148); }
div.DivClassName
{
background-color: #980594;
}
.BgClassName
{
background-color: #980594;
}
</style>
border-color css
<style>
span { border-color: #980594; }
span { border-color: rgb(152,5,148); }
td.TdClassName
{
border-color: #980594;
}
.TagClassName
{
border-color: #980594;
}
</style>