Shades of Dark Magenta #98139D
Tints of Dark Magenta #98139D
RGB
CMYK
RGB Variations
Color information
#98139D (or 0x98139D) is known color: Dark Magenta. HEX triplet: 98, 13 and 9D. RGB value is (152,19,157). Sum of RGB (Red+Green+Blue) = 152+19+157=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #98139D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98139D is #67EC62. Grayscale: #4A4A4A. Windows color (decimal): -6810723 or 10294168. OLE color: 10294168.
HSL color Cylindrical-coordinate representation of color #98139D: hue angle of 297.83º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98139D is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 19 | 157 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.38 |
| HSL | 297.83º | 0.78% | 0.35% | - |
| HSV(B) | 297.83º | 0.88% | 0.62% | - |
| XYZ | 19.27 | 9.58 | 32.73 | - |
| YUV | 74.5 | 174.56 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 157 | 0.03 | 0.88 | 0 | 0.38 | 297.83 | 0.78 | 0.35 |
| Hex | 98 | 13 | 9D | 3 | 58 | 0 | 26 | 12A | 4E | 23 |
| Octal | 230 | 23 | 235 | 3 | 130 | 0 | 46 | 452 | 116 | 43 |
| Binary | 10011000 | 10011 | 10011101 | 11 | 1011000 | 0 | 100110 | 100101010 | 1001110 | 100011 |
Color Harmonies of #98139D
Complementary color
Monochromatic Colors of #98139D
Black with #98139D
Text Example
Text Example
White with #98139D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98139D; }
p { color: rgb(152,19,157); }
H1.HeaderClassName
{
color: #98139D;
}
.AnyTagClassName
{
color: #98139D;
}
</style>
background-color css
<style>
a { background-color: #98139D; }
a { background-color: rgb(152,19,157); }
div.DivClassName
{
background-color: #98139D;
}
.BgClassName
{
background-color: #98139D;
}
</style>
border-color css
<style>
span { border-color: #98139D; }
span { border-color: rgb(152,19,157); }
td.TdClassName
{
border-color: #98139D;
}
.TagClassName
{
border-color: #98139D;
}
</style>