Shades of Dark Magenta #8B059E
Tints of Dark Magenta #8B059E
RGB
CMYK
RGB Variations
Color information
#8B059E (or 0x8B059E) is known color: Dark Magenta. HEX triplet: 8B, 05 and 9E. RGB value is (139,5,158). Sum of RGB (Red+Green+Blue) = 139+5+158=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B059E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B059E is #74FA61. Grayscale: #3E3E3E. Windows color (decimal): -7666274 or 10356107. OLE color: 10356107.
HSL color Cylindrical-coordinate representation of color #8B059E: hue angle of 292.55º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B059E is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 5 | 158 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.38 |
| HSL | 292.55º | 0.94% | 0.32% | - |
| HSV(B) | 292.55º | 0.97% | 0.62% | - |
| XYZ | 16.87 | 8.07 | 33.02 | - |
| YUV | 62.51 | 181.89 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 158 | 0.12 | 0.97 | 0 | 0.38 | 292.55 | 0.94 | 0.32 |
| Hex | 8B | 5 | 9E | C | 61 | 0 | 26 | 125 | 5E | 20 |
| Octal | 213 | 5 | 236 | 14 | 141 | 0 | 46 | 445 | 136 | 40 |
| Binary | 10001011 | 101 | 10011110 | 1100 | 1100001 | 0 | 100110 | 100100101 | 1011110 | 100000 |
Color Harmonies of #8B059E
Complementary color
Monochromatic Colors of #8B059E
Black with #8B059E
Text Example
Text Example
White with #8B059E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B059E; }
p { color: rgb(139,5,158); }
H1.HeaderClassName
{
color: #8B059E;
}
.AnyTagClassName
{
color: #8B059E;
}
</style>
background-color css
<style>
a { background-color: #8B059E; }
a { background-color: rgb(139,5,158); }
div.DivClassName
{
background-color: #8B059E;
}
.BgClassName
{
background-color: #8B059E;
}
</style>
border-color css
<style>
span { border-color: #8B059E; }
span { border-color: rgb(139,5,158); }
td.TdClassName
{
border-color: #8B059E;
}
.TagClassName
{
border-color: #8B059E;
}
</style>