Shades of Dark Magenta #91128B
Tints of Dark Magenta #91128B
RGB
CMYK
RGB Variations
Color information
#91128B (or 0x91128B) is known color: Dark Magenta. HEX triplet: 91, 12 and 8B. RGB value is (145,18,139). Sum of RGB (Red+Green+Blue) = 145+18+139=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #91128B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91128B is #6EED74. Grayscale: #454545. Windows color (decimal): -7269749 or 9114257. OLE color: 9114257.
HSL color Cylindrical-coordinate representation of color #91128B: hue angle of 302.83º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #91128B is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 18 | 139 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.43 |
| HSL | 302.83º | 0.78% | 0.32% | - |
| HSV(B) | 302.83º | 0.88% | 0.57% | - |
| XYZ | 16.55 | 8.32 | 25.16 | - |
| YUV | 69.77 | 167.08 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 18 | 139 | 0 | 0.88 | 0.04 | 0.43 | 302.83 | 0.78 | 0.32 |
| Hex | 91 | 12 | 8B | 0 | 58 | 4 | 2B | 12F | 4E | 20 |
| Octal | 221 | 22 | 213 | 0 | 130 | 4 | 53 | 457 | 116 | 40 |
| Binary | 10010001 | 10010 | 10001011 | 0 | 1011000 | 100 | 101011 | 100101111 | 1001110 | 100000 |
Color Harmonies of #91128B
Complementary color
Monochromatic Colors of #91128B
Black with #91128B
Text Example
Text Example
White with #91128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91128B; }
p { color: rgb(145,18,139); }
H1.HeaderClassName
{
color: #91128B;
}
.AnyTagClassName
{
color: #91128B;
}
</style>
background-color css
<style>
a { background-color: #91128B; }
a { background-color: rgb(145,18,139); }
div.DivClassName
{
background-color: #91128B;
}
.BgClassName
{
background-color: #91128B;
}
</style>
border-color css
<style>
span { border-color: #91128B; }
span { border-color: rgb(145,18,139); }
td.TdClassName
{
border-color: #91128B;
}
.TagClassName
{
border-color: #91128B;
}
</style>