Shades of Dark Magenta #91087A
Tints of Dark Magenta #91087A
RGB
CMYK
RGB Variations
Color information
#91087A (or 0x91087A) is known color: Dark Magenta. HEX triplet: 91, 08 and 7A. RGB value is (145,8,122). Sum of RGB (Red+Green+Blue) = 145+8+122=275 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.73% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 145 - color contains mainly: red. Hex color #91087A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91087A is #6EF785. Grayscale: #3D3D3D. Windows color (decimal): -7272326 or 7997585. OLE color: 7997585.
HSL color Cylindrical-coordinate representation of color #91087A: hue angle of 310.07º 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 #91087A is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 8 | 122 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.43 |
| HSL | 310.07º | 0.9% | 0.3% | - |
| HSV(B) | 310.07º | 0.94% | 0.57% | - |
| XYZ | 15.28 | 7.6 | 19.07 | - |
| YUV | 61.96 | 161.89 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 122 | 0 | 0.94 | 0.16 | 0.43 | 310.07 | 0.9 | 0.3 |
| Hex | 91 | 8 | 7A | 0 | 5E | 10 | 2B | 136 | 5A | 1E |
| Octal | 221 | 10 | 172 | 0 | 136 | 20 | 53 | 466 | 132 | 36 |
| Binary | 10010001 | 1000 | 1111010 | 0 | 1011110 | 10000 | 101011 | 100110110 | 1011010 | 11110 |
Color Harmonies of #91087A
Complementary color
Monochromatic Colors of #91087A
Black with #91087A
Text Example
Text Example
White with #91087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91087A; }
p { color: rgb(145,8,122); }
H1.HeaderClassName
{
color: #91087A;
}
.AnyTagClassName
{
color: #91087A;
}
</style>
background-color css
<style>
a { background-color: #91087A; }
a { background-color: rgb(145,8,122); }
div.DivClassName
{
background-color: #91087A;
}
.BgClassName
{
background-color: #91087A;
}
</style>
border-color css
<style>
span { border-color: #91087A; }
span { border-color: rgb(145,8,122); }
td.TdClassName
{
border-color: #91087A;
}
.TagClassName
{
border-color: #91087A;
}
</style>