Shades of Dark Magenta #91087E
Tints of Dark Magenta #91087E
RGB
CMYK
RGB Variations
Color information
#91087E (or 0x91087E) is known color: Dark Magenta. HEX triplet: 91, 08 and 7E. RGB value is (145,8,126). Sum of RGB (Red+Green+Blue) = 145+8+126=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #91087E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91087E is #6EF781. Grayscale: #3E3E3E. Windows color (decimal): -7272322 or 8259729. OLE color: 8259729.
HSL color Cylindrical-coordinate representation of color #91087E: hue angle of 308.32º 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 #91087E is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 8 | 126 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.43 |
| HSL | 308.32º | 0.9% | 0.3% | - |
| HSV(B) | 308.32º | 0.94% | 0.57% | - |
| XYZ | 15.53 | 7.7 | 20.41 | - |
| YUV | 62.42 | 163.89 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 126 | 0 | 0.94 | 0.13 | 0.43 | 308.32 | 0.9 | 0.3 |
| Hex | 91 | 8 | 7E | 0 | 5E | D | 2B | 134 | 5A | 1E |
| Octal | 221 | 10 | 176 | 0 | 136 | 15 | 53 | 464 | 132 | 36 |
| Binary | 10010001 | 1000 | 1111110 | 0 | 1011110 | 1101 | 101011 | 100110100 | 1011010 | 11110 |
Color Harmonies of #91087E
Complementary color
Monochromatic Colors of #91087E
Black with #91087E
Text Example
Text Example
White with #91087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91087E; }
p { color: rgb(145,8,126); }
H1.HeaderClassName
{
color: #91087E;
}
.AnyTagClassName
{
color: #91087E;
}
</style>
background-color css
<style>
a { background-color: #91087E; }
a { background-color: rgb(145,8,126); }
div.DivClassName
{
background-color: #91087E;
}
.BgClassName
{
background-color: #91087E;
}
</style>
border-color css
<style>
span { border-color: #91087E; }
span { border-color: rgb(145,8,126); }
td.TdClassName
{
border-color: #91087E;
}
.TagClassName
{
border-color: #91087E;
}
</style>