Shades of Dark Magenta #99058F
Tints of Dark Magenta #99058F
RGB
CMYK
RGB Variations
Color information
#99058F (or 0x99058F) is known color: Dark Magenta. HEX triplet: 99, 05 and 8F. RGB value is (153,5,143). Sum of RGB (Red+Green+Blue) = 153+5+143=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 143 (56.25% from 255 or 47.51% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #99058F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99058F is #66FA70. Grayscale: #404040. Windows color (decimal): -6748785 or 9373081. OLE color: 9373081.
HSL color Cylindrical-coordinate representation of color #99058F: hue angle of 304.05º degrees, saturation: 0.94, 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 #99058F is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 5 | 143 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.4 |
| HSL | 304.05º | 0.94% | 0.31% | - |
| HSV(B) | 304.05º | 0.97% | 0.6% | - |
| XYZ | 18.15 | 8.86 | 26.74 | - |
| YUV | 64.98 | 172.03 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 5 | 143 | 0 | 0.97 | 0.07 | 0.4 | 304.05 | 0.94 | 0.31 |
| Hex | 99 | 5 | 8F | 0 | 61 | 7 | 28 | 130 | 5E | 1F |
| Octal | 231 | 5 | 217 | 0 | 141 | 7 | 50 | 460 | 136 | 37 |
| Binary | 10011001 | 101 | 10001111 | 0 | 1100001 | 111 | 101000 | 100110000 | 1011110 | 11111 |
Color Harmonies of #99058F
Complementary color
Monochromatic Colors of #99058F
Black with #99058F
Text Example
Text Example
White with #99058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99058F; }
p { color: rgb(153,5,143); }
H1.HeaderClassName
{
color: #99058F;
}
.AnyTagClassName
{
color: #99058F;
}
</style>
background-color css
<style>
a { background-color: #99058F; }
a { background-color: rgb(153,5,143); }
div.DivClassName
{
background-color: #99058F;
}
.BgClassName
{
background-color: #99058F;
}
</style>
border-color css
<style>
span { border-color: #99058F; }
span { border-color: rgb(153,5,143); }
td.TdClassName
{
border-color: #99058F;
}
.TagClassName
{
border-color: #99058F;
}
</style>