Shades of Dark Magenta #91029E
Tints of Dark Magenta #91029E
RGB
CMYK
RGB Variations
Color information
#91029E (or 0x91029E) is known color: Dark Magenta. HEX triplet: 91, 02 and 9E. RGB value is (145,2,158). Sum of RGB (Red+Green+Blue) = 145+2+158=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #91029E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91029E is #6EFD61. Grayscale: #3E3E3E. Windows color (decimal): -7273826 or 10355345. OLE color: 10355345.
HSL color Cylindrical-coordinate representation of color #91029E: hue angle of 295º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #91029E is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 2 | 158 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.38 |
| HSL | 295º | 0.98% | 0.31% | - |
| HSV(B) | 295º | 0.99% | 0.62% | - |
| XYZ | 17.87 | 8.53 | 33.05 | - |
| YUV | 62.54 | 181.88 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 2 | 158 | 0.08 | 0.99 | 0 | 0.38 | 295 | 0.98 | 0.31 |
| Hex | 91 | 2 | 9E | 8 | 63 | 0 | 26 | 127 | 62 | 1F |
| Octal | 221 | 2 | 236 | 10 | 143 | 0 | 46 | 447 | 142 | 37 |
| Binary | 10010001 | 10 | 10011110 | 1000 | 1100011 | 0 | 100110 | 100100111 | 1100010 | 11111 |
Color Harmonies of #91029E
Complementary color
Monochromatic Colors of #91029E
Black with #91029E
Text Example
Text Example
White with #91029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91029E; }
p { color: rgb(145,2,158); }
H1.HeaderClassName
{
color: #91029E;
}
.AnyTagClassName
{
color: #91029E;
}
</style>
background-color css
<style>
a { background-color: #91029E; }
a { background-color: rgb(145,2,158); }
div.DivClassName
{
background-color: #91029E;
}
.BgClassName
{
background-color: #91029E;
}
</style>
border-color css
<style>
span { border-color: #91029E; }
span { border-color: rgb(145,2,158); }
td.TdClassName
{
border-color: #91029E;
}
.TagClassName
{
border-color: #91029E;
}
</style>