Shades of Dark Magenta #99038D
Tints of Dark Magenta #99038D
RGB
CMYK
RGB Variations
Color information
#99038D (or 0x99038D) is known color: Dark Magenta. HEX triplet: 99, 03 and 8D. RGB value is (153,3,141). Sum of RGB (Red+Green+Blue) = 153+3+141=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #99038D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99038D is #66FC72. Grayscale: #3F3F3F. Windows color (decimal): -6749299 or 9241497. OLE color: 9241497.
HSL color Cylindrical-coordinate representation of color #99038D: hue angle of 304.8º 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 #99038D is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 3 | 141 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.4 |
| HSL | 304.8º | 0.96% | 0.31% | - |
| HSV(B) | 304.8º | 0.98% | 0.6% | - |
| XYZ | 17.98 | 8.76 | 25.94 | - |
| YUV | 63.58 | 171.7 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 3 | 141 | 0 | 0.98 | 0.08 | 0.4 | 304.8 | 0.96 | 0.31 |
| Hex | 99 | 3 | 8D | 0 | 62 | 8 | 28 | 131 | 60 | 1F |
| Octal | 231 | 3 | 215 | 0 | 142 | 10 | 50 | 461 | 140 | 37 |
| Binary | 10011001 | 11 | 10001101 | 0 | 1100010 | 1000 | 101000 | 100110001 | 1100000 | 11111 |
Color Harmonies of #99038D
Complementary color
Monochromatic Colors of #99038D
Black with #99038D
Text Example
Text Example
White with #99038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99038D; }
p { color: rgb(153,3,141); }
H1.HeaderClassName
{
color: #99038D;
}
.AnyTagClassName
{
color: #99038D;
}
</style>
background-color css
<style>
a { background-color: #99038D; }
a { background-color: rgb(153,3,141); }
div.DivClassName
{
background-color: #99038D;
}
.BgClassName
{
background-color: #99038D;
}
</style>
border-color css
<style>
span { border-color: #99038D; }
span { border-color: rgb(153,3,141); }
td.TdClassName
{
border-color: #99038D;
}
.TagClassName
{
border-color: #99038D;
}
</style>