Shades of Dark Magenta #991D9A
Tints of Dark Magenta #991D9A
RGB
CMYK
RGB Variations
Color information
#991D9A (or 0x991D9A) is known color: Dark Magenta. HEX triplet: 99, 1D and 9A. RGB value is (153,29,154). Sum of RGB (Red+Green+Blue) = 153+29+154=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #991D9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991D9A is #66E265. Grayscale: #4F4F4F. Windows color (decimal): -6742630 or 10100121. OLE color: 10100121.
HSL color Cylindrical-coordinate representation of color #991D9A: hue angle of 299.52º 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 #991D9A is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 29 | 154 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.40 |
| HSL | 299.52º | 0.68% | 0.36% | - |
| HSV(B) | 299.52º | 0.81% | 0.6% | - |
| XYZ | 19.41 | 9.98 | 31.48 | - |
| YUV | 80.33 | 169.58 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 29 | 154 | 0.01 | 0.81 | 0 | 0.40 | 299.52 | 0.68 | 0.36 |
| Hex | 99 | 1D | 9A | 1 | 51 | 0 | 28 | 12C | 44 | 24 |
| Octal | 231 | 35 | 232 | 1 | 121 | 0 | 50 | 454 | 104 | 44 |
| Binary | 10011001 | 11101 | 10011010 | 1 | 1010001 | 0 | 101000 | 100101100 | 1000100 | 100100 |
Color Harmonies of #991D9A
Complementary color
Monochromatic Colors of #991D9A
Black with #991D9A
Text Example
Text Example
White with #991D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991D9A; }
p { color: rgb(153,29,154); }
H1.HeaderClassName
{
color: #991D9A;
}
.AnyTagClassName
{
color: #991D9A;
}
</style>
background-color css
<style>
a { background-color: #991D9A; }
a { background-color: rgb(153,29,154); }
div.DivClassName
{
background-color: #991D9A;
}
.BgClassName
{
background-color: #991D9A;
}
</style>
border-color css
<style>
span { border-color: #991D9A; }
span { border-color: rgb(153,29,154); }
td.TdClassName
{
border-color: #991D9A;
}
.TagClassName
{
border-color: #991D9A;
}
</style>