Shades of Dark Magenta #99057D
Tints of Dark Magenta #99057D
RGB
CMYK
RGB Variations
Color information
#99057D (or 0x99057D) is known color: Dark Magenta. HEX triplet: 99, 05 and 7D. RGB value is (153,5,125). Sum of RGB (Red+Green+Blue) = 153+5+125=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #99057D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99057D is #66FA82. Grayscale: #3E3E3E. Windows color (decimal): -6748803 or 8193433. OLE color: 8193433.
HSL color Cylindrical-coordinate representation of color #99057D: hue angle of 311.35º 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 #99057D is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 5 | 125 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.4 |
| HSL | 311.35º | 0.94% | 0.31% | - |
| HSV(B) | 311.35º | 0.97% | 0.6% | - |
| XYZ | 16.89 | 8.36 | 20.13 | - |
| YUV | 62.93 | 163.03 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 5 | 125 | 0 | 0.97 | 0.18 | 0.4 | 311.35 | 0.94 | 0.31 |
| Hex | 99 | 5 | 7D | 0 | 61 | 12 | 28 | 137 | 5E | 1F |
| Octal | 231 | 5 | 175 | 0 | 141 | 22 | 50 | 467 | 136 | 37 |
| Binary | 10011001 | 101 | 1111101 | 0 | 1100001 | 10010 | 101000 | 100110111 | 1011110 | 11111 |
Color Harmonies of #99057D
Complementary color
Monochromatic Colors of #99057D
Black with #99057D
Text Example
Text Example
White with #99057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99057D; }
p { color: rgb(153,5,125); }
H1.HeaderClassName
{
color: #99057D;
}
.AnyTagClassName
{
color: #99057D;
}
</style>
background-color css
<style>
a { background-color: #99057D; }
a { background-color: rgb(153,5,125); }
div.DivClassName
{
background-color: #99057D;
}
.BgClassName
{
background-color: #99057D;
}
</style>
border-color css
<style>
span { border-color: #99057D; }
span { border-color: rgb(153,5,125); }
td.TdClassName
{
border-color: #99057D;
}
.TagClassName
{
border-color: #99057D;
}
</style>