Shades of Dark Magenta #91078E
Tints of Dark Magenta #91078E
RGB
CMYK
RGB Variations
Color information
#91078E (or 0x91078E) is known color: Dark Magenta. HEX triplet: 91, 07 and 8E. RGB value is (145,7,142). Sum of RGB (Red+Green+Blue) = 145+7+142=294 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.32% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 145 - color contains mainly: red. Hex color #91078E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91078E is #6EF871. Grayscale: #3F3F3F. Windows color (decimal): -7272562 or 9308049. OLE color: 9308049.
HSL color Cylindrical-coordinate representation of color #91078E: hue angle of 301.3º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #91078E is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 7 | 142 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.43 |
| HSL | 301.3º | 0.91% | 0.3% | - |
| HSV(B) | 301.3º | 0.95% | 0.57% | - |
| XYZ | 16.64 | 8.12 | 26.28 | - |
| YUV | 63.65 | 172.22 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 142 | 0 | 0.95 | 0.02 | 0.43 | 301.3 | 0.91 | 0.3 |
| Hex | 91 | 7 | 8E | 0 | 5F | 2 | 2B | 12D | 5B | 1E |
| Octal | 221 | 7 | 216 | 0 | 137 | 2 | 53 | 455 | 133 | 36 |
| Binary | 10010001 | 111 | 10001110 | 0 | 1011111 | 10 | 101011 | 100101101 | 1011011 | 11110 |
Color Harmonies of #91078E
Complementary color
Monochromatic Colors of #91078E
Black with #91078E
Text Example
Text Example
White with #91078E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91078E; }
p { color: rgb(145,7,142); }
H1.HeaderClassName
{
color: #91078E;
}
.AnyTagClassName
{
color: #91078E;
}
</style>
background-color css
<style>
a { background-color: #91078E; }
a { background-color: rgb(145,7,142); }
div.DivClassName
{
background-color: #91078E;
}
.BgClassName
{
background-color: #91078E;
}
</style>
border-color css
<style>
span { border-color: #91078E; }
span { border-color: rgb(145,7,142); }
td.TdClassName
{
border-color: #91078E;
}
.TagClassName
{
border-color: #91078E;
}
</style>