Shades of Dark Magenta #99059F
Tints of Dark Magenta #99059F
RGB
CMYK
RGB Variations
Color information
#99059F (or 0x99059F) is known color: Dark Magenta. HEX triplet: 99, 05 and 9F. RGB value is (153,5,159). Sum of RGB (Red+Green+Blue) = 153+5+159=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #99059F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99059F is #66FA60. Grayscale: #424242. Windows color (decimal): -6748769 or 10421657. OLE color: 10421657.
HSL color Cylindrical-coordinate representation of color #99059F: hue angle of 297.66º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99059F is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 5 | 159 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.38 |
| HSL | 297.66º | 0.94% | 0.32% | - |
| HSV(B) | 297.66º | 0.97% | 0.62% | - |
| XYZ | 19.45 | 9.38 | 33.59 | - |
| YUV | 66.81 | 180.03 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 5 | 159 | 0.04 | 0.97 | 0 | 0.38 | 297.66 | 0.94 | 0.32 |
| Hex | 99 | 5 | 9F | 4 | 61 | 0 | 26 | 12A | 5E | 20 |
| Octal | 231 | 5 | 237 | 4 | 141 | 0 | 46 | 452 | 136 | 40 |
| Binary | 10011001 | 101 | 10011111 | 100 | 1100001 | 0 | 100110 | 100101010 | 1011110 | 100000 |
Color Harmonies of #99059F
Complementary color
Monochromatic Colors of #99059F
Black with #99059F
Text Example
Text Example
White with #99059F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99059F; }
p { color: rgb(153,5,159); }
H1.HeaderClassName
{
color: #99059F;
}
.AnyTagClassName
{
color: #99059F;
}
</style>
background-color css
<style>
a { background-color: #99059F; }
a { background-color: rgb(153,5,159); }
div.DivClassName
{
background-color: #99059F;
}
.BgClassName
{
background-color: #99059F;
}
</style>
border-color css
<style>
span { border-color: #99059F; }
span { border-color: rgb(153,5,159); }
td.TdClassName
{
border-color: #99059F;
}
.TagClassName
{
border-color: #99059F;
}
</style>