Shades of Dark Magenta #8B0599
Tints of Dark Magenta #8B0599
RGB
CMYK
RGB Variations
Color information
#8B0599 (or 0x8B0599) is known color: Dark Magenta. HEX triplet: 8B, 05 and 99. RGB value is (139,5,153). Sum of RGB (Red+Green+Blue) = 139+5+153=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B0599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0599 is #74FA66. Grayscale: #3D3D3D. Windows color (decimal): -7666279 or 10028427. OLE color: 10028427.
HSL color Cylindrical-coordinate representation of color #8B0599: hue angle of 294.32º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B0599 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 139 | 5 | 153 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.4 |
| HSL | 294.32º | 0.94% | 0.31% | - |
| HSV(B) | 294.32º | 0.97% | 0.6% | - |
| XYZ | 16.45 | 7.9 | 30.79 | - |
| YUV | 61.94 | 179.39 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 153 | 0.09 | 0.97 | 0 | 0.4 | 294.32 | 0.94 | 0.31 |
| Hex | 8B | 5 | 99 | 9 | 61 | 0 | 28 | 126 | 5E | 1F |
| Octal | 213 | 5 | 231 | 11 | 141 | 0 | 50 | 446 | 136 | 37 |
| Binary | 10001011 | 101 | 10011001 | 1001 | 1100001 | 0 | 101000 | 100100110 | 1011110 | 11111 |
Color Harmonies of #8B0599
Complementary color
Monochromatic Colors of #8B0599
Black with #8B0599
Text Example
Text Example
White with #8B0599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0599; }
p { color: rgb(139,5,153); }
H1.HeaderClassName
{
color: #8B0599;
}
.AnyTagClassName
{
color: #8B0599;
}
</style>
background-color css
<style>
a { background-color: #8B0599; }
a { background-color: rgb(139,5,153); }
div.DivClassName
{
background-color: #8B0599;
}
.BgClassName
{
background-color: #8B0599;
}
</style>
border-color css
<style>
span { border-color: #8B0599; }
span { border-color: rgb(139,5,153); }
td.TdClassName
{
border-color: #8B0599;
}
.TagClassName
{
border-color: #8B0599;
}
</style>