Shades of Dark Magenta #990191
Tints of Dark Magenta #990191
RGB
CMYK
RGB Variations
Color information
#990191 (or 0x990191) is known color: Dark Magenta. HEX triplet: 99, 01 and 91. RGB value is (153,1,145). Sum of RGB (Red+Green+Blue) = 153+1+145=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #990191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990191 is #66FE6E. Grayscale: #3E3E3E. Windows color (decimal): -6749807 or 9503129. OLE color: 9503129.
HSL color Cylindrical-coordinate representation of color #990191: hue angle of 303.16º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990191 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 1 | 145 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.4 |
| HSL | 303.16º | 0.99% | 0.3% | - |
| HSV(B) | 303.16º | 0.99% | 0.6% | - |
| XYZ | 18.26 | 8.84 | 27.53 | - |
| YUV | 62.86 | 174.36 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 145 | 0 | 0.99 | 0.05 | 0.4 | 303.16 | 0.99 | 0.3 |
| Hex | 99 | 1 | 91 | 0 | 63 | 5 | 28 | 12F | 63 | 1E |
| Octal | 231 | 1 | 221 | 0 | 143 | 5 | 50 | 457 | 143 | 36 |
| Binary | 10011001 | 1 | 10010001 | 0 | 1100011 | 101 | 101000 | 100101111 | 1100011 | 11110 |
Color Harmonies of #990191
Complementary color
Monochromatic Colors of #990191
Black with #990191
Text Example
Text Example
White with #990191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990191; }
p { color: rgb(153,1,145); }
H1.HeaderClassName
{
color: #990191;
}
.AnyTagClassName
{
color: #990191;
}
</style>
background-color css
<style>
a { background-color: #990191; }
a { background-color: rgb(153,1,145); }
div.DivClassName
{
background-color: #990191;
}
.BgClassName
{
background-color: #990191;
}
</style>
border-color css
<style>
span { border-color: #990191; }
span { border-color: rgb(153,1,145); }
td.TdClassName
{
border-color: #990191;
}
.TagClassName
{
border-color: #990191;
}
</style>