Shades of Dark Magenta #99048D
Tints of Dark Magenta #99048D
RGB
CMYK
RGB Variations
Color information
#99048D (or 0x99048D) is known color: Dark Magenta. HEX triplet: 99, 04 and 8D. RGB value is (153,4,141). Sum of RGB (Red+Green+Blue) = 153+4+141=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #99048D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99048D is #66FB72. Grayscale: #3F3F3F. Windows color (decimal): -6749043 or 9241753. OLE color: 9241753.
HSL color Cylindrical-coordinate representation of color #99048D: hue angle of 304.83º degrees, saturation: 0.95, 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 #99048D is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 4 | 141 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.4 |
| HSL | 304.83º | 0.95% | 0.31% | - |
| HSV(B) | 304.83º | 0.97% | 0.6% | - |
| XYZ | 17.99 | 8.78 | 25.95 | - |
| YUV | 64.17 | 171.36 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 4 | 141 | 0 | 0.97 | 0.08 | 0.4 | 304.83 | 0.95 | 0.31 |
| Hex | 99 | 4 | 8D | 0 | 61 | 8 | 28 | 131 | 5F | 1F |
| Octal | 231 | 4 | 215 | 0 | 141 | 10 | 50 | 461 | 137 | 37 |
| Binary | 10011001 | 100 | 10001101 | 0 | 1100001 | 1000 | 101000 | 100110001 | 1011111 | 11111 |
Color Harmonies of #99048D
Complementary color
Monochromatic Colors of #99048D
Black with #99048D
Text Example
Text Example
White with #99048D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99048D; }
p { color: rgb(153,4,141); }
H1.HeaderClassName
{
color: #99048D;
}
.AnyTagClassName
{
color: #99048D;
}
</style>
background-color css
<style>
a { background-color: #99048D; }
a { background-color: rgb(153,4,141); }
div.DivClassName
{
background-color: #99048D;
}
.BgClassName
{
background-color: #99048D;
}
</style>
border-color css
<style>
span { border-color: #99048D; }
span { border-color: rgb(153,4,141); }
td.TdClassName
{
border-color: #99048D;
}
.TagClassName
{
border-color: #99048D;
}
</style>