Shades of Dark Magenta #91078D
Tints of Dark Magenta #91078D
RGB
CMYK
RGB Variations
Color information
#91078D (or 0x91078D) is known color: Dark Magenta. HEX triplet: 91, 07 and 8D. RGB value is (145,7,141). Sum of RGB (Red+Green+Blue) = 145+7+141=293 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.49% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 145 - color contains mainly: red. Hex color #91078D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91078D is #6EF872. Grayscale: #3F3F3F. Windows color (decimal): -7272563 or 9242513. OLE color: 9242513.
HSL color Cylindrical-coordinate representation of color #91078D: hue angle of 301.74º 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 #91078D is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 7 | 141 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.43 |
| HSL | 301.74º | 0.91% | 0.3% | - |
| HSV(B) | 301.74º | 0.95% | 0.57% | - |
| XYZ | 16.56 | 8.09 | 25.89 | - |
| YUV | 63.54 | 171.72 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 141 | 0 | 0.95 | 0.03 | 0.43 | 301.74 | 0.91 | 0.3 |
| Hex | 91 | 7 | 8D | 0 | 5F | 3 | 2B | 12E | 5B | 1E |
| Octal | 221 | 7 | 215 | 0 | 137 | 3 | 53 | 456 | 133 | 36 |
| Binary | 10010001 | 111 | 10001101 | 0 | 1011111 | 11 | 101011 | 100101110 | 1011011 | 11110 |
Color Harmonies of #91078D
Complementary color
Monochromatic Colors of #91078D
Black with #91078D
Text Example
Text Example
White with #91078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91078D; }
p { color: rgb(145,7,141); }
H1.HeaderClassName
{
color: #91078D;
}
.AnyTagClassName
{
color: #91078D;
}
</style>
background-color css
<style>
a { background-color: #91078D; }
a { background-color: rgb(145,7,141); }
div.DivClassName
{
background-color: #91078D;
}
.BgClassName
{
background-color: #91078D;
}
</style>
border-color css
<style>
span { border-color: #91078D; }
span { border-color: rgb(145,7,141); }
td.TdClassName
{
border-color: #91078D;
}
.TagClassName
{
border-color: #91078D;
}
</style>