Shades of Dark Magenta #91138D
Tints of Dark Magenta #91138D
RGB
CMYK
RGB Variations
Color information
#91138D (or 0x91138D) is known color: Dark Magenta. HEX triplet: 91, 13 and 8D. RGB value is (145,19,141). Sum of RGB (Red+Green+Blue) = 145+19+141=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 145 - color contains mainly: red. Hex color #91138D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91138D is #6EEC72. Grayscale: #464646. Windows color (decimal): -7269491 or 9245585. OLE color: 9245585.
HSL color Cylindrical-coordinate representation of color #91138D: hue angle of 301.9º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #91138D is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 19 | 141 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.43 |
| HSL | 301.9º | 0.77% | 0.32% | - |
| HSV(B) | 301.9º | 0.87% | 0.57% | - |
| XYZ | 16.72 | 8.41 | 25.94 | - |
| YUV | 70.58 | 167.74 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 19 | 141 | 0 | 0.87 | 0.03 | 0.43 | 301.9 | 0.77 | 0.32 |
| Hex | 91 | 13 | 8D | 0 | 57 | 3 | 2B | 12E | 4D | 20 |
| Octal | 221 | 23 | 215 | 0 | 127 | 3 | 53 | 456 | 115 | 40 |
| Binary | 10010001 | 10011 | 10001101 | 0 | 1010111 | 11 | 101011 | 100101110 | 1001101 | 100000 |
Color Harmonies of #91138D
Complementary color
Monochromatic Colors of #91138D
Black with #91138D
Text Example
Text Example
White with #91138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91138D; }
p { color: rgb(145,19,141); }
H1.HeaderClassName
{
color: #91138D;
}
.AnyTagClassName
{
color: #91138D;
}
</style>
background-color css
<style>
a { background-color: #91138D; }
a { background-color: rgb(145,19,141); }
div.DivClassName
{
background-color: #91138D;
}
.BgClassName
{
background-color: #91138D;
}
</style>
border-color css
<style>
span { border-color: #91138D; }
span { border-color: rgb(145,19,141); }
td.TdClassName
{
border-color: #91138D;
}
.TagClassName
{
border-color: #91138D;
}
</style>