Shades of Dark Magenta #991D94
Tints of Dark Magenta #991D94
RGB
CMYK
RGB Variations
Color information
#991D94 (or 0x991D94) is known color: Dark Magenta. HEX triplet: 99, 1D and 94. RGB value is (153,29,148). Sum of RGB (Red+Green+Blue) = 153+29+148=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #991D94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991D94 is #66E26B. Grayscale: #4F4F4F. Windows color (decimal): -6742636 or 9706905. OLE color: 9706905.
HSL color Cylindrical-coordinate representation of color #991D94: hue angle of 302.42º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #991D94 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 29 | 148 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.4 |
| HSL | 302.42º | 0.68% | 0.36% | - |
| HSV(B) | 302.42º | 0.81% | 0.6% | - |
| XYZ | 18.92 | 9.79 | 28.91 | - |
| YUV | 79.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 29 | 148 | 0 | 0.81 | 0.03 | 0.4 | 302.42 | 0.68 | 0.36 |
| Hex | 99 | 1D | 94 | 0 | 51 | 3 | 28 | 12E | 44 | 24 |
| Octal | 231 | 35 | 224 | 0 | 121 | 3 | 50 | 456 | 104 | 44 |
| Binary | 10011001 | 11101 | 10010100 | 0 | 1010001 | 11 | 101000 | 100101110 | 1000100 | 100100 |
Color Harmonies of #991D94
Complementary color
Monochromatic Colors of #991D94
Black with #991D94
Text Example
Text Example
White with #991D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991D94; }
p { color: rgb(153,29,148); }
H1.HeaderClassName
{
color: #991D94;
}
.AnyTagClassName
{
color: #991D94;
}
</style>
background-color css
<style>
a { background-color: #991D94; }
a { background-color: rgb(153,29,148); }
div.DivClassName
{
background-color: #991D94;
}
.BgClassName
{
background-color: #991D94;
}
</style>
border-color css
<style>
span { border-color: #991D94; }
span { border-color: rgb(153,29,148); }
td.TdClassName
{
border-color: #991D94;
}
.TagClassName
{
border-color: #991D94;
}
</style>