Shades of Dark Magenta #91007E
Tints of Dark Magenta #91007E
RGB
CMYK
RGB Variations
Color information
#91007E (or 0x91007E) is known color: Dark Magenta. HEX triplet: 91, 00 and 7E. RGB value is (145,0,126). Sum of RGB (Red+Green+Blue) = 145+0+126=271 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.51% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 126 (49.61% from 255 or 46.49% from 271); Max value from RGB is 145 - color contains mainly: red. Hex color #91007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91007E is #6EFF81. Grayscale: #393939. Windows color (decimal): -7274370 or 8257681. OLE color: 8257681.
HSL color Cylindrical-coordinate representation of color #91007E: hue angle of 307.86º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #91007E is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.13 | 0.43 |
| HSL | 307.86º | 1% | 0.28% | - |
| HSV(B) | 307.86º | 1% | 0.57% | - |
| XYZ | 15.44 | 7.53 | 20.38 | - |
| YUV | 57.72 | 166.54 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 126 | 0 | 1 | 0.13 | 0.43 | 307.86 | 1 | 0.28 |
| Hex | 91 | 0 | 7E | 0 | 64 | D | 2B | 134 | 64 | 1C |
| Octal | 221 | 0 | 176 | 0 | 144 | 15 | 53 | 464 | 144 | 34 |
| Binary | 10010001 | 0 | 1111110 | 0 | 1100100 | 1101 | 101011 | 100110100 | 1100100 | 11100 |
Color Harmonies of #91007E
Complementary color
Monochromatic Colors of #91007E
Black with #91007E
Text Example
Text Example
White with #91007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91007E; }
p { color: rgb(145,0,126); }
H1.HeaderClassName
{
color: #91007E;
}
.AnyTagClassName
{
color: #91007E;
}
</style>
background-color css
<style>
a { background-color: #91007E; }
a { background-color: rgb(145,0,126); }
div.DivClassName
{
background-color: #91007E;
}
.BgClassName
{
background-color: #91007E;
}
</style>
border-color css
<style>
span { border-color: #91007E; }
span { border-color: rgb(145,0,126); }
td.TdClassName
{
border-color: #91007E;
}
.TagClassName
{
border-color: #91007E;
}
</style>