Shades of Dark Magenta #99039D
Tints of Dark Magenta #99039D
RGB
CMYK
RGB Variations
Color information
#99039D (or 0x99039D) is known color: Dark Magenta. HEX triplet: 99, 03 and 9D. RGB value is (153,3,157). Sum of RGB (Red+Green+Blue) = 153+3+157=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #99039D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99039D is #66FC62. Grayscale: #404040. Windows color (decimal): -6749283 or 10290073. OLE color: 10290073.
HSL color Cylindrical-coordinate representation of color #99039D: hue angle of 298.44º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99039D is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 3 | 157 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.38 |
| HSL | 298.44º | 0.96% | 0.31% | - |
| HSV(B) | 298.44º | 0.98% | 0.62% | - |
| XYZ | 19.26 | 9.27 | 32.67 | - |
| YUV | 65.41 | 179.7 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 3 | 157 | 0.03 | 0.98 | 0 | 0.38 | 298.44 | 0.96 | 0.31 |
| Hex | 99 | 3 | 9D | 3 | 62 | 0 | 26 | 12A | 60 | 1F |
| Octal | 231 | 3 | 235 | 3 | 142 | 0 | 46 | 452 | 140 | 37 |
| Binary | 10011001 | 11 | 10011101 | 11 | 1100010 | 0 | 100110 | 100101010 | 1100000 | 11111 |
Color Harmonies of #99039D
Complementary color
Monochromatic Colors of #99039D
Black with #99039D
Text Example
Text Example
White with #99039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99039D; }
p { color: rgb(153,3,157); }
H1.HeaderClassName
{
color: #99039D;
}
.AnyTagClassName
{
color: #99039D;
}
</style>
background-color css
<style>
a { background-color: #99039D; }
a { background-color: rgb(153,3,157); }
div.DivClassName
{
background-color: #99039D;
}
.BgClassName
{
background-color: #99039D;
}
</style>
border-color css
<style>
span { border-color: #99039D; }
span { border-color: rgb(153,3,157); }
td.TdClassName
{
border-color: #99039D;
}
.TagClassName
{
border-color: #99039D;
}
</style>