Shades of Dark Magenta #991396
Tints of Dark Magenta #991396
RGB
CMYK
RGB Variations
Color information
#991396 (or 0x991396) is known color: Dark Magenta. HEX triplet: 99, 13 and 96. RGB value is (153,19,150). Sum of RGB (Red+Green+Blue) = 153+19+150=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #991396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991396 is #66EC69. Grayscale: #494949. Windows color (decimal): -6745194 or 9835417. OLE color: 9835417.
HSL color Cylindrical-coordinate representation of color #991396: hue angle of 301.34º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991396 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 19 | 150 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.4 |
| HSL | 301.34º | 0.78% | 0.34% | - |
| HSV(B) | 301.34º | 0.88% | 0.6% | - |
| XYZ | 18.87 | 9.44 | 29.68 | - |
| YUV | 74 | 170.89 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 19 | 150 | 0 | 0.88 | 0.02 | 0.4 | 301.34 | 0.78 | 0.34 |
| Hex | 99 | 13 | 96 | 0 | 58 | 2 | 28 | 12D | 4E | 22 |
| Octal | 231 | 23 | 226 | 0 | 130 | 2 | 50 | 455 | 116 | 42 |
| Binary | 10011001 | 10011 | 10010110 | 0 | 1011000 | 10 | 101000 | 100101101 | 1001110 | 100010 |
Color Harmonies of #991396
Complementary color
Monochromatic Colors of #991396
Black with #991396
Text Example
Text Example
White with #991396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991396; }
p { color: rgb(153,19,150); }
H1.HeaderClassName
{
color: #991396;
}
.AnyTagClassName
{
color: #991396;
}
</style>
background-color css
<style>
a { background-color: #991396; }
a { background-color: rgb(153,19,150); }
div.DivClassName
{
background-color: #991396;
}
.BgClassName
{
background-color: #991396;
}
</style>
border-color css
<style>
span { border-color: #991396; }
span { border-color: rgb(153,19,150); }
td.TdClassName
{
border-color: #991396;
}
.TagClassName
{
border-color: #991396;
}
</style>