Shades of Dark Magenta #91098E
Tints of Dark Magenta #91098E
RGB
CMYK
RGB Variations
Color information
#91098E (or 0x91098E) is known color: Dark Magenta. HEX triplet: 91, 09 and 8E. RGB value is (145,9,142). Sum of RGB (Red+Green+Blue) = 145+9+142=296 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.99% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 145 - color contains mainly: red. Hex color #91098E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91098E is #6EF671. Grayscale: #404040. Windows color (decimal): -7272050 or 9308561. OLE color: 9308561.
HSL color Cylindrical-coordinate representation of color #91098E: hue angle of 301.32º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #91098E is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 9 | 142 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.43 |
| HSL | 301.32º | 0.88% | 0.3% | - |
| HSV(B) | 301.32º | 0.94% | 0.57% | - |
| XYZ | 16.66 | 8.17 | 26.29 | - |
| YUV | 64.83 | 171.56 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 142 | 0 | 0.94 | 0.02 | 0.43 | 301.32 | 0.88 | 0.3 |
| Hex | 91 | 9 | 8E | 0 | 5E | 2 | 2B | 12D | 58 | 1E |
| Octal | 221 | 11 | 216 | 0 | 136 | 2 | 53 | 455 | 130 | 36 |
| Binary | 10010001 | 1001 | 10001110 | 0 | 1011110 | 10 | 101011 | 100101101 | 1011000 | 11110 |
Color Harmonies of #91098E
Complementary color
Monochromatic Colors of #91098E
Black with #91098E
Text Example
Text Example
White with #91098E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91098E; }
p { color: rgb(145,9,142); }
H1.HeaderClassName
{
color: #91098E;
}
.AnyTagClassName
{
color: #91098E;
}
</style>
background-color css
<style>
a { background-color: #91098E; }
a { background-color: rgb(145,9,142); }
div.DivClassName
{
background-color: #91098E;
}
.BgClassName
{
background-color: #91098E;
}
</style>
border-color css
<style>
span { border-color: #91098E; }
span { border-color: rgb(145,9,142); }
td.TdClassName
{
border-color: #91098E;
}
.TagClassName
{
border-color: #91098E;
}
</style>