Shades of Dark Magenta #99008D
Tints of Dark Magenta #99008D
RGB
CMYK
RGB Variations
Color information
#99008D (or 0x99008D) is known color: Dark Magenta. HEX triplet: 99, 00 and 8D. RGB value is (153,0,141). Sum of RGB (Red+Green+Blue) = 153+0+141=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #99008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99008D is #66FF72. Grayscale: #3D3D3D. Windows color (decimal): -6750067 or 9240729. OLE color: 9240729.
HSL color Cylindrical-coordinate representation of color #99008D: hue angle of 304.71º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99008D is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 0 | 141 | - |
| CMYK | 0 | 1 | 0.08 | 0.4 |
| HSL | 304.71º | 1% | 0.3% | - |
| HSV(B) | 304.71º | 1% | 0.6% | - |
| XYZ | 17.94 | 8.7 | 25.93 | - |
| YUV | 61.82 | 172.69 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 141 | 0 | 1 | 0.08 | 0.4 | 304.71 | 1 | 0.3 |
| Hex | 99 | 0 | 8D | 0 | 64 | 8 | 28 | 131 | 64 | 1E |
| Octal | 231 | 0 | 215 | 0 | 144 | 10 | 50 | 461 | 144 | 36 |
| Binary | 10011001 | 0 | 10001101 | 0 | 1100100 | 1000 | 101000 | 100110001 | 1100100 | 11110 |
Color Harmonies of #99008D
Complementary color
Monochromatic Colors of #99008D
Black with #99008D
Text Example
Text Example
White with #99008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99008D; }
p { color: rgb(153,0,141); }
H1.HeaderClassName
{
color: #99008D;
}
.AnyTagClassName
{
color: #99008D;
}
</style>
background-color css
<style>
a { background-color: #99008D; }
a { background-color: rgb(153,0,141); }
div.DivClassName
{
background-color: #99008D;
}
.BgClassName
{
background-color: #99008D;
}
</style>
border-color css
<style>
span { border-color: #99008D; }
span { border-color: rgb(153,0,141); }
td.TdClassName
{
border-color: #99008D;
}
.TagClassName
{
border-color: #99008D;
}
</style>