Shades of Dark Magenta #91159D
Tints of Dark Magenta #91159D
RGB
CMYK
RGB Variations
Color information
#91159D (or 0x91159D) is known color: Dark Magenta. HEX triplet: 91, 15 and 9D. RGB value is (145,21,157). Sum of RGB (Red+Green+Blue) = 145+21+157=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #91159D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91159D is #6EEA62. Grayscale: #494949. Windows color (decimal): -7268963 or 10294673. OLE color: 10294673.
HSL color Cylindrical-coordinate representation of color #91159D: hue angle of 294.71º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #91159D is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 21 | 157 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.38 |
| HSL | 294.71º | 0.76% | 0.35% | - |
| HSV(B) | 294.71º | 0.87% | 0.62% | - |
| XYZ | 18.03 | 8.99 | 32.68 | - |
| YUV | 73.58 | 175.08 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 21 | 157 | 0.08 | 0.87 | 0 | 0.38 | 294.71 | 0.76 | 0.35 |
| Hex | 91 | 15 | 9D | 8 | 57 | 0 | 26 | 127 | 4C | 23 |
| Octal | 221 | 25 | 235 | 10 | 127 | 0 | 46 | 447 | 114 | 43 |
| Binary | 10010001 | 10101 | 10011101 | 1000 | 1010111 | 0 | 100110 | 100100111 | 1001100 | 100011 |
Color Harmonies of #91159D
Complementary color
Monochromatic Colors of #91159D
Black with #91159D
Text Example
Text Example
White with #91159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91159D; }
p { color: rgb(145,21,157); }
H1.HeaderClassName
{
color: #91159D;
}
.AnyTagClassName
{
color: #91159D;
}
</style>
background-color css
<style>
a { background-color: #91159D; }
a { background-color: rgb(145,21,157); }
div.DivClassName
{
background-color: #91159D;
}
.BgClassName
{
background-color: #91159D;
}
</style>
border-color css
<style>
span { border-color: #91159D; }
span { border-color: rgb(145,21,157); }
td.TdClassName
{
border-color: #91159D;
}
.TagClassName
{
border-color: #91159D;
}
</style>