Shades of Dark Magenta #91049A
Tints of Dark Magenta #91049A
RGB
CMYK
RGB Variations
Color information
#91049A (or 0x91049A) is known color: Dark Magenta. HEX triplet: 91, 04 and 9A. RGB value is (145,4,154). Sum of RGB (Red+Green+Blue) = 145+4+154=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 154 (60.55% from 255 or 50.83% from 303); Max value from RGB is 154 - color contains mainly: blue. Hex color #91049A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91049A is #6EFB65. Grayscale: #3E3E3E. Windows color (decimal): -7273318 or 10093713. OLE color: 10093713.
HSL color Cylindrical-coordinate representation of color #91049A: hue angle of 296.4º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #91049A is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 4 | 154 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.40 |
| HSL | 296.4º | 0.95% | 0.31% | - |
| HSV(B) | 296.4º | 0.97% | 0.6% | - |
| XYZ | 17.55 | 8.44 | 31.28 | - |
| YUV | 63.26 | 179.21 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 4 | 154 | 0.06 | 0.97 | 0 | 0.40 | 296.4 | 0.95 | 0.31 |
| Hex | 91 | 4 | 9A | 6 | 61 | 0 | 28 | 128 | 5F | 1F |
| Octal | 221 | 4 | 232 | 6 | 141 | 0 | 50 | 450 | 137 | 37 |
| Binary | 10010001 | 100 | 10011010 | 110 | 1100001 | 0 | 101000 | 100101000 | 1011111 | 11111 |
Color Harmonies of #91049A
Complementary color
Monochromatic Colors of #91049A
Black with #91049A
Text Example
Text Example
White with #91049A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91049A; }
p { color: rgb(145,4,154); }
H1.HeaderClassName
{
color: #91049A;
}
.AnyTagClassName
{
color: #91049A;
}
</style>
background-color css
<style>
a { background-color: #91049A; }
a { background-color: rgb(145,4,154); }
div.DivClassName
{
background-color: #91049A;
}
.BgClassName
{
background-color: #91049A;
}
</style>
border-color css
<style>
span { border-color: #91049A; }
span { border-color: rgb(145,4,154); }
td.TdClassName
{
border-color: #91049A;
}
.TagClassName
{
border-color: #91049A;
}
</style>