Shades of Dark Magenta #99037F
Tints of Dark Magenta #99037F
RGB
CMYK
RGB Variations
Color information
#99037F (or 0x99037F) is known color: Dark Magenta. HEX triplet: 99, 03 and 7F. RGB value is (153,3,127). Sum of RGB (Red+Green+Blue) = 153+3+127=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #99037F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99037F is #66FC80. Grayscale: #3D3D3D. Windows color (decimal): -6749313 or 8323993. OLE color: 8323993.
HSL color Cylindrical-coordinate representation of color #99037F: hue angle of 310.4º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99037F is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 3 | 127 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.4 |
| HSL | 310.4º | 0.96% | 0.31% | - |
| HSV(B) | 310.4º | 0.98% | 0.6% | - |
| XYZ | 17 | 8.37 | 20.8 | - |
| YUV | 61.99 | 164.7 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 3 | 127 | 0 | 0.98 | 0.17 | 0.4 | 310.4 | 0.96 | 0.31 |
| Hex | 99 | 3 | 7F | 0 | 62 | 11 | 28 | 136 | 60 | 1F |
| Octal | 231 | 3 | 177 | 0 | 142 | 21 | 50 | 466 | 140 | 37 |
| Binary | 10011001 | 11 | 1111111 | 0 | 1100010 | 10001 | 101000 | 100110110 | 1100000 | 11111 |
Color Harmonies of #99037F
Complementary color
Monochromatic Colors of #99037F
Black with #99037F
Text Example
Text Example
White with #99037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99037F; }
p { color: rgb(153,3,127); }
H1.HeaderClassName
{
color: #99037F;
}
.AnyTagClassName
{
color: #99037F;
}
</style>
background-color css
<style>
a { background-color: #99037F; }
a { background-color: rgb(153,3,127); }
div.DivClassName
{
background-color: #99037F;
}
.BgClassName
{
background-color: #99037F;
}
</style>
border-color css
<style>
span { border-color: #99037F; }
span { border-color: rgb(153,3,127); }
td.TdClassName
{
border-color: #99037F;
}
.TagClassName
{
border-color: #99037F;
}
</style>