Shades of Dark Magenta #980193
Tints of Dark Magenta #980193
RGB
CMYK
RGB Variations
Color information
#980193 (or 0x980193) is known color: Dark Magenta. HEX triplet: 98, 01 and 93. RGB value is (152,1,147). Sum of RGB (Red+Green+Blue) = 152+1+147=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #980193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980193 is #67FE6C. Grayscale: #3E3E3E. Windows color (decimal): -6815341 or 9634200. OLE color: 9634200.
HSL color Cylindrical-coordinate representation of color #980193: hue angle of 301.99º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980193 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 147 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.40 |
| HSL | 301.99º | 0.99% | 0.3% | - |
| HSV(B) | 301.99º | 0.99% | 0.6% | - |
| XYZ | 18.23 | 8.8 | 28.34 | - |
| YUV | 62.79 | 175.53 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 147 | 0 | 0.99 | 0.03 | 0.40 | 301.99 | 0.99 | 0.3 |
| Hex | 98 | 1 | 93 | 0 | 63 | 3 | 28 | 12E | 63 | 1E |
| Octal | 230 | 1 | 223 | 0 | 143 | 3 | 50 | 456 | 143 | 36 |
| Binary | 10011000 | 1 | 10010011 | 0 | 1100011 | 11 | 101000 | 100101110 | 1100011 | 11110 |
Color Harmonies of #980193
Complementary color
Monochromatic Colors of #980193
Black with #980193
Text Example
Text Example
White with #980193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980193; }
p { color: rgb(152,1,147); }
H1.HeaderClassName
{
color: #980193;
}
.AnyTagClassName
{
color: #980193;
}
</style>
background-color css
<style>
a { background-color: #980193; }
a { background-color: rgb(152,1,147); }
div.DivClassName
{
background-color: #980193;
}
.BgClassName
{
background-color: #980193;
}
</style>
border-color css
<style>
span { border-color: #980193; }
span { border-color: rgb(152,1,147); }
td.TdClassName
{
border-color: #980193;
}
.TagClassName
{
border-color: #980193;
}
</style>