Shades of Dark Magenta #980593
Tints of Dark Magenta #980593
RGB
CMYK
RGB Variations
Color information
#980593 (or 0x980593) is known color: Dark Magenta. HEX triplet: 98, 05 and 93. RGB value is (152,5,147). Sum of RGB (Red+Green+Blue) = 152+5+147=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #980593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980593 is #67FA6C. Grayscale: #404040. Windows color (decimal): -6814317 or 9635224. OLE color: 9635224.
HSL color Cylindrical-coordinate representation of color #980593: hue angle of 302.04º 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 #980593 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 5 | 147 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.40 |
| HSL | 302.04º | 0.94% | 0.31% | - |
| HSV(B) | 302.04º | 0.97% | 0.6% | - |
| XYZ | 18.27 | 8.89 | 28.36 | - |
| YUV | 65.14 | 174.2 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 5 | 147 | 0 | 0.97 | 0.03 | 0.40 | 302.04 | 0.94 | 0.31 |
| Hex | 98 | 5 | 93 | 0 | 61 | 3 | 28 | 12E | 5E | 1F |
| Octal | 230 | 5 | 223 | 0 | 141 | 3 | 50 | 456 | 136 | 37 |
| Binary | 10011000 | 101 | 10010011 | 0 | 1100001 | 11 | 101000 | 100101110 | 1011110 | 11111 |
Color Harmonies of #980593
Complementary color
Monochromatic Colors of #980593
Black with #980593
Text Example
Text Example
White with #980593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980593; }
p { color: rgb(152,5,147); }
H1.HeaderClassName
{
color: #980593;
}
.AnyTagClassName
{
color: #980593;
}
</style>
background-color css
<style>
a { background-color: #980593; }
a { background-color: rgb(152,5,147); }
div.DivClassName
{
background-color: #980593;
}
.BgClassName
{
background-color: #980593;
}
</style>
border-color css
<style>
span { border-color: #980593; }
span { border-color: rgb(152,5,147); }
td.TdClassName
{
border-color: #980593;
}
.TagClassName
{
border-color: #980593;
}
</style>