Shades of Dark Magenta #8B0591
Tints of Dark Magenta #8B0591
RGB
CMYK
RGB Variations
Color information
#8B0591 (or 0x8B0591) is known color: Dark Magenta. HEX triplet: 8B, 05 and 91. RGB value is (139,5,145). Sum of RGB (Red+Green+Blue) = 139+5+145=289 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.10% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #8B0591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0591 is #74FA6E. Grayscale: #3C3C3C. Windows color (decimal): -7666287 or 9504139. OLE color: 9504139.
HSL color Cylindrical-coordinate representation of color #8B0591: hue angle of 297.43º 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 #8B0591 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 5 | 145 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.43 |
| HSL | 297.43º | 0.93% | 0.29% | - |
| HSV(B) | 297.43º | 0.97% | 0.57% | - |
| XYZ | 15.81 | 7.64 | 27.43 | - |
| YUV | 61.03 | 175.39 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 145 | 0.04 | 0.97 | 0 | 0.43 | 297.43 | 0.93 | 0.29 |
| Hex | 8B | 5 | 91 | 4 | 61 | 0 | 2B | 129 | 5D | 1D |
| Octal | 213 | 5 | 221 | 4 | 141 | 0 | 53 | 451 | 135 | 35 |
| Binary | 10001011 | 101 | 10010001 | 100 | 1100001 | 0 | 101011 | 100101001 | 1011101 | 11101 |
Color Harmonies of #8B0591
Complementary color
Monochromatic Colors of #8B0591
Black with #8B0591
Text Example
Text Example
White with #8B0591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0591; }
p { color: rgb(139,5,145); }
H1.HeaderClassName
{
color: #8B0591;
}
.AnyTagClassName
{
color: #8B0591;
}
</style>
background-color css
<style>
a { background-color: #8B0591; }
a { background-color: rgb(139,5,145); }
div.DivClassName
{
background-color: #8B0591;
}
.BgClassName
{
background-color: #8B0591;
}
</style>
border-color css
<style>
span { border-color: #8B0591; }
span { border-color: rgb(139,5,145); }
td.TdClassName
{
border-color: #8B0591;
}
.TagClassName
{
border-color: #8B0591;
}
</style>