Shades of Dark Magenta #98019D
Tints of Dark Magenta #98019D
RGB
CMYK
RGB Variations
Color information
#98019D (or 0x98019D) is known color: Dark Magenta. HEX triplet: 98, 01 and 9D. RGB value is (152,1,157). Sum of RGB (Red+Green+Blue) = 152+1+157=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #98019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98019D is #67FE62. Grayscale: #3F3F3F. Windows color (decimal): -6815331 or 10289560. OLE color: 10289560.
HSL color Cylindrical-coordinate representation of color #98019D: hue angle of 298.08º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98019D is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 1 | 157 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.38 |
| HSL | 298.08º | 0.99% | 0.31% | - |
| HSV(B) | 298.08º | 0.99% | 0.62% | - |
| XYZ | 19.05 | 9.13 | 32.66 | - |
| YUV | 63.93 | 180.53 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 157 | 0.03 | 0.99 | 0 | 0.38 | 298.08 | 0.99 | 0.31 |
| Hex | 98 | 1 | 9D | 3 | 63 | 0 | 26 | 12A | 63 | 1F |
| Octal | 230 | 1 | 235 | 3 | 143 | 0 | 46 | 452 | 143 | 37 |
| Binary | 10011000 | 1 | 10011101 | 11 | 1100011 | 0 | 100110 | 100101010 | 1100011 | 11111 |
Color Harmonies of #98019D
Complementary color
Monochromatic Colors of #98019D
Black with #98019D
Text Example
Text Example
White with #98019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98019D; }
p { color: rgb(152,1,157); }
H1.HeaderClassName
{
color: #98019D;
}
.AnyTagClassName
{
color: #98019D;
}
</style>
background-color css
<style>
a { background-color: #98019D; }
a { background-color: rgb(152,1,157); }
div.DivClassName
{
background-color: #98019D;
}
.BgClassName
{
background-color: #98019D;
}
</style>
border-color css
<style>
span { border-color: #98019D; }
span { border-color: rgb(152,1,157); }
td.TdClassName
{
border-color: #98019D;
}
.TagClassName
{
border-color: #98019D;
}
</style>