Shades of Dark Magenta #980393
Tints of Dark Magenta #980393
RGB
CMYK
RGB Variations
Color information
#980393 (or 0x980393) is known color: Dark Magenta. HEX triplet: 98, 03 and 93. RGB value is (152,3,147). Sum of RGB (Red+Green+Blue) = 152+3+147=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #980393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980393 is #67FC6C. Grayscale: #3F3F3F. Windows color (decimal): -6814829 or 9634712. OLE color: 9634712.
HSL color Cylindrical-coordinate representation of color #980393: hue angle of 302.01º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #980393 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 147 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.40 |
| HSL | 302.01º | 0.96% | 0.3% | - |
| HSV(B) | 302.01º | 0.98% | 0.6% | - |
| XYZ | 18.25 | 8.85 | 28.35 | - |
| YUV | 63.97 | 174.86 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 147 | 0 | 0.98 | 0.03 | 0.40 | 302.01 | 0.96 | 0.3 |
| Hex | 98 | 3 | 93 | 0 | 62 | 3 | 28 | 12E | 60 | 1E |
| Octal | 230 | 3 | 223 | 0 | 142 | 3 | 50 | 456 | 140 | 36 |
| Binary | 10011000 | 11 | 10010011 | 0 | 1100010 | 11 | 101000 | 100101110 | 1100000 | 11110 |
Color Harmonies of #980393
Complementary color
Monochromatic Colors of #980393
Black with #980393
Text Example
Text Example
White with #980393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980393; }
p { color: rgb(152,3,147); }
H1.HeaderClassName
{
color: #980393;
}
.AnyTagClassName
{
color: #980393;
}
</style>
background-color css
<style>
a { background-color: #980393; }
a { background-color: rgb(152,3,147); }
div.DivClassName
{
background-color: #980393;
}
.BgClassName
{
background-color: #980393;
}
</style>
border-color css
<style>
span { border-color: #980393; }
span { border-color: rgb(152,3,147); }
td.TdClassName
{
border-color: #980393;
}
.TagClassName
{
border-color: #980393;
}
</style>