Shades of Dark Magenta #91189A
Tints of Dark Magenta #91189A
RGB
CMYK
RGB Variations
Color information
#91189A (or 0x91189A) is known color: Dark Magenta. HEX triplet: 91, 18 and 9A. RGB value is (145,24,154). Sum of RGB (Red+Green+Blue) = 145+24+154=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #91189A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91189A is #6EE765. Grayscale: #4A4A4A. Windows color (decimal): -7268198 or 10098833. OLE color: 10098833.
HSL color Cylindrical-coordinate representation of color #91189A: hue angle of 295.85º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #91189A is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 24 | 154 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.40 |
| HSL | 295.85º | 0.73% | 0.35% | - |
| HSV(B) | 295.85º | 0.84% | 0.6% | - |
| XYZ | 17.84 | 9.01 | 31.37 | - |
| YUV | 75 | 172.59 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 24 | 154 | 0.06 | 0.84 | 0 | 0.40 | 295.85 | 0.73 | 0.35 |
| Hex | 91 | 18 | 9A | 6 | 54 | 0 | 28 | 128 | 49 | 23 |
| Octal | 221 | 30 | 232 | 6 | 124 | 0 | 50 | 450 | 111 | 43 |
| Binary | 10010001 | 11000 | 10011010 | 110 | 1010100 | 0 | 101000 | 100101000 | 1001001 | 100011 |
Color Harmonies of #91189A
Complementary color
Monochromatic Colors of #91189A
Black with #91189A
Text Example
Text Example
White with #91189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91189A; }
p { color: rgb(145,24,154); }
H1.HeaderClassName
{
color: #91189A;
}
.AnyTagClassName
{
color: #91189A;
}
</style>
background-color css
<style>
a { background-color: #91189A; }
a { background-color: rgb(145,24,154); }
div.DivClassName
{
background-color: #91189A;
}
.BgClassName
{
background-color: #91189A;
}
</style>
border-color css
<style>
span { border-color: #91189A; }
span { border-color: rgb(145,24,154); }
td.TdClassName
{
border-color: #91189A;
}
.TagClassName
{
border-color: #91189A;
}
</style>