Shades of Dark Magenta #99047F
Tints of Dark Magenta #99047F
RGB
CMYK
RGB Variations
Color information
#99047F (or 0x99047F) is known color: Dark Magenta. HEX triplet: 99, 04 and 7F. RGB value is (153,4,127). Sum of RGB (Red+Green+Blue) = 153+4+127=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #99047F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99047F is #66FB80. Grayscale: #3E3E3E. Windows color (decimal): -6749057 or 8324249. OLE color: 8324249.
HSL color Cylindrical-coordinate representation of color #99047F: hue angle of 310.47º 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 #99047F is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 4 | 127 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.4 |
| HSL | 310.47º | 0.95% | 0.31% | - |
| HSV(B) | 310.47º | 0.97% | 0.6% | - |
| XYZ | 17.01 | 8.39 | 20.8 | - |
| YUV | 62.57 | 164.36 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 4 | 127 | 0 | 0.97 | 0.17 | 0.4 | 310.47 | 0.95 | 0.31 |
| Hex | 99 | 4 | 7F | 0 | 61 | 11 | 28 | 136 | 5F | 1F |
| Octal | 231 | 4 | 177 | 0 | 141 | 21 | 50 | 466 | 137 | 37 |
| Binary | 10011001 | 100 | 1111111 | 0 | 1100001 | 10001 | 101000 | 100110110 | 1011111 | 11111 |
Color Harmonies of #99047F
Complementary color
Monochromatic Colors of #99047F
Black with #99047F
Text Example
Text Example
White with #99047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99047F; }
p { color: rgb(153,4,127); }
H1.HeaderClassName
{
color: #99047F;
}
.AnyTagClassName
{
color: #99047F;
}
</style>
background-color css
<style>
a { background-color: #99047F; }
a { background-color: rgb(153,4,127); }
div.DivClassName
{
background-color: #99047F;
}
.BgClassName
{
background-color: #99047F;
}
</style>
border-color css
<style>
span { border-color: #99047F; }
span { border-color: rgb(153,4,127); }
td.TdClassName
{
border-color: #99047F;
}
.TagClassName
{
border-color: #99047F;
}
</style>