Shades of Dark Magenta #91149B
Tints of Dark Magenta #91149B
RGB
CMYK
RGB Variations
Color information
#91149B (or 0x91149B) is known color: Dark Magenta. HEX triplet: 91, 14 and 9B. RGB value is (145,20,155). Sum of RGB (Red+Green+Blue) = 145+20+155=320 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.31% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #91149B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91149B is #6EEB64. Grayscale: #484848. Windows color (decimal): -7269221 or 10163345. OLE color: 10163345.
HSL color Cylindrical-coordinate representation of color #91149B: hue angle of 295.56º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #91149B is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 20 | 155 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.39 |
| HSL | 295.56º | 0.77% | 0.34% | - |
| HSV(B) | 295.56º | 0.87% | 0.61% | - |
| XYZ | 17.84 | 8.89 | 31.79 | - |
| YUV | 72.77 | 174.41 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 20 | 155 | 0.06 | 0.87 | 0 | 0.39 | 295.56 | 0.77 | 0.34 |
| Hex | 91 | 14 | 9B | 6 | 57 | 0 | 27 | 128 | 4D | 22 |
| Octal | 221 | 24 | 233 | 6 | 127 | 0 | 47 | 450 | 115 | 42 |
| Binary | 10010001 | 10100 | 10011011 | 110 | 1010111 | 0 | 100111 | 100101000 | 1001101 | 100010 |
Color Harmonies of #91149B
Complementary color
Monochromatic Colors of #91149B
Black with #91149B
Text Example
Text Example
White with #91149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91149B; }
p { color: rgb(145,20,155); }
H1.HeaderClassName
{
color: #91149B;
}
.AnyTagClassName
{
color: #91149B;
}
</style>
background-color css
<style>
a { background-color: #91149B; }
a { background-color: rgb(145,20,155); }
div.DivClassName
{
background-color: #91149B;
}
.BgClassName
{
background-color: #91149B;
}
</style>
border-color css
<style>
span { border-color: #91149B; }
span { border-color: rgb(145,20,155); }
td.TdClassName
{
border-color: #91149B;
}
.TagClassName
{
border-color: #91149B;
}
</style>