Shades of Dark Magenta #99059C
Tints of Dark Magenta #99059C
RGB
CMYK
RGB Variations
Color information
#99059C (or 0x99059C) is known color: Dark Magenta. HEX triplet: 99, 05 and 9C. RGB value is (153,5,156). Sum of RGB (Red+Green+Blue) = 153+5+156=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #99059C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99059C is #66FA63. Grayscale: #424242. Windows color (decimal): -6748772 or 10225049. OLE color: 10225049.
HSL color Cylindrical-coordinate representation of color #99059C: hue angle of 298.81º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99059C is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 5 | 156 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.39 |
| HSL | 298.81º | 0.94% | 0.32% | - |
| HSV(B) | 298.81º | 0.97% | 0.61% | - |
| XYZ | 19.19 | 9.28 | 32.23 | - |
| YUV | 66.47 | 178.53 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 5 | 156 | 0.02 | 0.97 | 0 | 0.39 | 298.81 | 0.94 | 0.32 |
| Hex | 99 | 5 | 9C | 2 | 61 | 0 | 27 | 12B | 5E | 20 |
| Octal | 231 | 5 | 234 | 2 | 141 | 0 | 47 | 453 | 136 | 40 |
| Binary | 10011001 | 101 | 10011100 | 10 | 1100001 | 0 | 100111 | 100101011 | 1011110 | 100000 |
Color Harmonies of #99059C
Complementary color
Monochromatic Colors of #99059C
Black with #99059C
Text Example
Text Example
White with #99059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99059C; }
p { color: rgb(153,5,156); }
H1.HeaderClassName
{
color: #99059C;
}
.AnyTagClassName
{
color: #99059C;
}
</style>
background-color css
<style>
a { background-color: #99059C; }
a { background-color: rgb(153,5,156); }
div.DivClassName
{
background-color: #99059C;
}
.BgClassName
{
background-color: #99059C;
}
</style>
border-color css
<style>
span { border-color: #99059C; }
span { border-color: rgb(153,5,156); }
td.TdClassName
{
border-color: #99059C;
}
.TagClassName
{
border-color: #99059C;
}
</style>