Shades of Dark Magenta #91158B
Tints of Dark Magenta #91158B
RGB
CMYK
RGB Variations
Color information
#91158B (or 0x91158B) is known color: Dark Magenta. HEX triplet: 91, 15 and 8B. RGB value is (145,21,139). Sum of RGB (Red+Green+Blue) = 145+21+139=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 145 - color contains mainly: red. Hex color #91158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91158B is #6EEA74. Grayscale: #474747. Windows color (decimal): -7268981 or 9115025. OLE color: 9115025.
HSL color Cylindrical-coordinate representation of color #91158B: hue angle of 302.9º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #91158B is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 21 | 139 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.43 |
| HSL | 302.9º | 0.75% | 0.33% | - |
| HSV(B) | 302.9º | 0.86% | 0.57% | - |
| XYZ | 16.61 | 8.42 | 25.18 | - |
| YUV | 71.53 | 166.08 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 21 | 139 | 0 | 0.86 | 0.04 | 0.43 | 302.9 | 0.75 | 0.33 |
| Hex | 91 | 15 | 8B | 0 | 56 | 4 | 2B | 12F | 4B | 21 |
| Octal | 221 | 25 | 213 | 0 | 126 | 4 | 53 | 457 | 113 | 41 |
| Binary | 10010001 | 10101 | 10001011 | 0 | 1010110 | 100 | 101011 | 100101111 | 1001011 | 100001 |
Color Harmonies of #91158B
Complementary color
Monochromatic Colors of #91158B
Black with #91158B
Text Example
Text Example
White with #91158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91158B; }
p { color: rgb(145,21,139); }
H1.HeaderClassName
{
color: #91158B;
}
.AnyTagClassName
{
color: #91158B;
}
</style>
background-color css
<style>
a { background-color: #91158B; }
a { background-color: rgb(145,21,139); }
div.DivClassName
{
background-color: #91158B;
}
.BgClassName
{
background-color: #91158B;
}
</style>
border-color css
<style>
span { border-color: #91158B; }
span { border-color: rgb(145,21,139); }
td.TdClassName
{
border-color: #91158B;
}
.TagClassName
{
border-color: #91158B;
}
</style>