Shades of Dark Magenta #91067E
Tints of Dark Magenta #91067E
RGB
CMYK
RGB Variations
Color information
#91067E (or 0x91067E) is known color: Dark Magenta. HEX triplet: 91, 06 and 7E. RGB value is (145,6,126). Sum of RGB (Red+Green+Blue) = 145+6+126=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 126 (49.61% from 255 or 45.49% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #91067E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91067E is #6EF981. Grayscale: #3C3C3C. Windows color (decimal): -7272834 or 8259217. OLE color: 8259217.
HSL color Cylindrical-coordinate representation of color #91067E: hue angle of 308.2º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #91067E is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 6 | 126 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.43 |
| HSL | 308.2º | 0.92% | 0.3% | - |
| HSV(B) | 308.2º | 0.96% | 0.57% | - |
| XYZ | 15.51 | 7.66 | 20.4 | - |
| YUV | 61.24 | 164.55 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 6 | 126 | 0 | 0.96 | 0.13 | 0.43 | 308.2 | 0.92 | 0.3 |
| Hex | 91 | 6 | 7E | 0 | 60 | D | 2B | 134 | 5C | 1E |
| Octal | 221 | 6 | 176 | 0 | 140 | 15 | 53 | 464 | 134 | 36 |
| Binary | 10010001 | 110 | 1111110 | 0 | 1100000 | 1101 | 101011 | 100110100 | 1011100 | 11110 |
Color Harmonies of #91067E
Complementary color
Monochromatic Colors of #91067E
Black with #91067E
Text Example
Text Example
White with #91067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91067E; }
p { color: rgb(145,6,126); }
H1.HeaderClassName
{
color: #91067E;
}
.AnyTagClassName
{
color: #91067E;
}
</style>
background-color css
<style>
a { background-color: #91067E; }
a { background-color: rgb(145,6,126); }
div.DivClassName
{
background-color: #91067E;
}
.BgClassName
{
background-color: #91067E;
}
</style>
border-color css
<style>
span { border-color: #91067E; }
span { border-color: rgb(145,6,126); }
td.TdClassName
{
border-color: #91067E;
}
.TagClassName
{
border-color: #91067E;
}
</style>