Shades of Dark Magenta #990B91
Tints of Dark Magenta #990B91
RGB
CMYK
RGB Variations
Color information
#990B91 (or 0x990B91) is known color: Dark Magenta. HEX triplet: 99, 0B and 91. RGB value is (153,11,145). Sum of RGB (Red+Green+Blue) = 153+11+145=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #990B91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990B91 is #66F46E. Grayscale: #444444. Windows color (decimal): -6747247 or 9505689. OLE color: 9505689.
HSL color Cylindrical-coordinate representation of color #990B91: hue angle of 303.38º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990B91 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 11 | 145 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.4 |
| HSL | 303.38º | 0.87% | 0.32% | - |
| HSV(B) | 303.38º | 0.93% | 0.6% | - |
| XYZ | 18.37 | 9.06 | 27.57 | - |
| YUV | 68.73 | 171.04 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 145 | 0 | 0.93 | 0.05 | 0.4 | 303.38 | 0.87 | 0.32 |
| Hex | 99 | B | 91 | 0 | 5D | 5 | 28 | 12F | 57 | 20 |
| Octal | 231 | 13 | 221 | 0 | 135 | 5 | 50 | 457 | 127 | 40 |
| Binary | 10011001 | 1011 | 10010001 | 0 | 1011101 | 101 | 101000 | 100101111 | 1010111 | 100000 |
Color Harmonies of #990B91
Complementary color
Monochromatic Colors of #990B91
Black with #990B91
Text Example
Text Example
White with #990B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990B91; }
p { color: rgb(153,11,145); }
H1.HeaderClassName
{
color: #990B91;
}
.AnyTagClassName
{
color: #990B91;
}
</style>
background-color css
<style>
a { background-color: #990B91; }
a { background-color: rgb(153,11,145); }
div.DivClassName
{
background-color: #990B91;
}
.BgClassName
{
background-color: #990B91;
}
</style>
border-color css
<style>
span { border-color: #990B91; }
span { border-color: rgb(153,11,145); }
td.TdClassName
{
border-color: #990B91;
}
.TagClassName
{
border-color: #990B91;
}
</style>