Shades of Dark Magenta #91058B
Tints of Dark Magenta #91058B
RGB
CMYK
RGB Variations
Color information
#91058B (or 0x91058B) is known color: Dark Magenta. HEX triplet: 91, 05 and 8B. RGB value is (145,5,139). Sum of RGB (Red+Green+Blue) = 145+5+139=289 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.17% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 145 - color contains mainly: red. Hex color #91058B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91058B is #6EFA74. Grayscale: #3D3D3D. Windows color (decimal): -7273077 or 9110929. OLE color: 9110929.
HSL color Cylindrical-coordinate representation of color #91058B: hue angle of 302.57º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #91058B is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 5 | 139 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.43 |
| HSL | 302.57º | 0.93% | 0.29% | - |
| HSV(B) | 302.57º | 0.97% | 0.57% | - |
| XYZ | 16.39 | 7.99 | 25.1 | - |
| YUV | 62.14 | 171.38 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 5 | 139 | 0 | 0.97 | 0.04 | 0.43 | 302.57 | 0.93 | 0.29 |
| Hex | 91 | 5 | 8B | 0 | 61 | 4 | 2B | 12F | 5D | 1D |
| Octal | 221 | 5 | 213 | 0 | 141 | 4 | 53 | 457 | 135 | 35 |
| Binary | 10010001 | 101 | 10001011 | 0 | 1100001 | 100 | 101011 | 100101111 | 1011101 | 11101 |
Color Harmonies of #91058B
Complementary color
Monochromatic Colors of #91058B
Black with #91058B
Text Example
Text Example
White with #91058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91058B; }
p { color: rgb(145,5,139); }
H1.HeaderClassName
{
color: #91058B;
}
.AnyTagClassName
{
color: #91058B;
}
</style>
background-color css
<style>
a { background-color: #91058B; }
a { background-color: rgb(145,5,139); }
div.DivClassName
{
background-color: #91058B;
}
.BgClassName
{
background-color: #91058B;
}
</style>
border-color css
<style>
span { border-color: #91058B; }
span { border-color: rgb(145,5,139); }
td.TdClassName
{
border-color: #91058B;
}
.TagClassName
{
border-color: #91058B;
}
</style>