Shades of Dark Magenta #91008E
Tints of Dark Magenta #91008E
RGB
CMYK
RGB Variations
Color information
#91008E (or 0x91008E) is known color: Dark Magenta. HEX triplet: 91, 00 and 8E. RGB value is (145,0,142). Sum of RGB (Red+Green+Blue) = 145+0+142=287 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.52% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 145 - color contains mainly: red. Hex color #91008E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91008E is #6EFF71. Grayscale: #3B3B3B. Windows color (decimal): -7274354 or 9306257. OLE color: 9306257.
HSL color Cylindrical-coordinate representation of color #91008E: hue angle of 301.24º 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 #91008E is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 142 | - |
| CMYK | 0 | 1 | 0.02 | 0.43 |
| HSL | 301.24º | 1% | 0.28% | - |
| HSV(B) | 301.24º | 1% | 0.57% | - |
| XYZ | 16.56 | 7.97 | 26.26 | - |
| YUV | 59.54 | 174.54 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 142 | 0 | 1 | 0.02 | 0.43 | 301.24 | 1 | 0.28 |
| Hex | 91 | 0 | 8E | 0 | 64 | 2 | 2B | 12D | 64 | 1C |
| Octal | 221 | 0 | 216 | 0 | 144 | 2 | 53 | 455 | 144 | 34 |
| Binary | 10010001 | 0 | 10001110 | 0 | 1100100 | 10 | 101011 | 100101101 | 1100100 | 11100 |
Color Harmonies of #91008E
Complementary color
Monochromatic Colors of #91008E
Black with #91008E
Text Example
Text Example
White with #91008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91008E; }
p { color: rgb(145,0,142); }
H1.HeaderClassName
{
color: #91008E;
}
.AnyTagClassName
{
color: #91008E;
}
</style>
background-color css
<style>
a { background-color: #91008E; }
a { background-color: rgb(145,0,142); }
div.DivClassName
{
background-color: #91008E;
}
.BgClassName
{
background-color: #91008E;
}
</style>
border-color css
<style>
span { border-color: #91008E; }
span { border-color: rgb(145,0,142); }
td.TdClassName
{
border-color: #91008E;
}
.TagClassName
{
border-color: #91008E;
}
</style>