Shades of Dark Magenta #91088D
Tints of Dark Magenta #91088D
RGB
CMYK
RGB Variations
Color information
#91088D (or 0x91088D) is known color: Dark Magenta. HEX triplet: 91, 08 and 8D. RGB value is (145,8,141). Sum of RGB (Red+Green+Blue) = 145+8+141=294 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.32% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 145 - color contains mainly: red. Hex color #91088D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91088D is #6EF772. Grayscale: #3F3F3F. Windows color (decimal): -7272307 or 9242769. OLE color: 9242769.
HSL color Cylindrical-coordinate representation of color #91088D: hue angle of 301.75º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #91088D is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 8 | 141 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.43 |
| HSL | 301.75º | 0.9% | 0.3% | - |
| HSV(B) | 301.75º | 0.94% | 0.57% | - |
| XYZ | 16.57 | 8.12 | 25.89 | - |
| YUV | 64.13 | 171.39 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 141 | 0 | 0.94 | 0.03 | 0.43 | 301.75 | 0.9 | 0.3 |
| Hex | 91 | 8 | 8D | 0 | 5E | 3 | 2B | 12E | 5A | 1E |
| Octal | 221 | 10 | 215 | 0 | 136 | 3 | 53 | 456 | 132 | 36 |
| Binary | 10010001 | 1000 | 10001101 | 0 | 1011110 | 11 | 101011 | 100101110 | 1011010 | 11110 |
Color Harmonies of #91088D
Complementary color
Monochromatic Colors of #91088D
Black with #91088D
Text Example
Text Example
White with #91088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91088D; }
p { color: rgb(145,8,141); }
H1.HeaderClassName
{
color: #91088D;
}
.AnyTagClassName
{
color: #91088D;
}
</style>
background-color css
<style>
a { background-color: #91088D; }
a { background-color: rgb(145,8,141); }
div.DivClassName
{
background-color: #91088D;
}
.BgClassName
{
background-color: #91088D;
}
</style>
border-color css
<style>
span { border-color: #91088D; }
span { border-color: rgb(145,8,141); }
td.TdClassName
{
border-color: #91088D;
}
.TagClassName
{
border-color: #91088D;
}
</style>