Shades of Dark Magenta #8B058B
Tints of Dark Magenta #8B058B
RGB
CMYK
RGB Variations
Color information
#8B058B (or 0x8B058B) is known color: Dark Magenta. HEX triplet: 8B, 05 and 8B. RGB value is (139,5,139). Sum of RGB (Red+Green+Blue) = 139+5+139=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B058B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B058B is #74FA74. Grayscale: #3B3B3B. Windows color (decimal): -7666293 or 9110923. OLE color: 9110923.
HSL color Cylindrical-coordinate representation of color #8B058B: hue angle of 300º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B058B is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 5 | 139 | - |
| CMYK | 0 | 0.96 | 0 | 0.45 |
| HSL | 300º | 0.93% | 0.28% | - |
| HSV(B) | 300º | 0.96% | 0.55% | - |
| XYZ | 15.36 | 7.46 | 25.06 | - |
| YUV | 60.34 | 172.39 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 139 | 0 | 0.96 | 0 | 0.45 | 300 | 0.93 | 0.28 |
| Hex | 8B | 5 | 8B | 0 | 60 | 0 | 2D | 12C | 5D | 1C |
| Octal | 213 | 5 | 213 | 0 | 140 | 0 | 55 | 454 | 135 | 34 |
| Binary | 10001011 | 101 | 10001011 | 0 | 1100000 | 0 | 101101 | 100101100 | 1011101 | 11100 |
Color Harmonies of #8B058B
Complementary color
Monochromatic Colors of #8B058B
Black with #8B058B
Text Example
Text Example
White with #8B058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B058B; }
p { color: rgb(139,5,139); }
H1.HeaderClassName
{
color: #8B058B;
}
.AnyTagClassName
{
color: #8B058B;
}
</style>
background-color css
<style>
a { background-color: #8B058B; }
a { background-color: rgb(139,5,139); }
div.DivClassName
{
background-color: #8B058B;
}
.BgClassName
{
background-color: #8B058B;
}
</style>
border-color css
<style>
span { border-color: #8B058B; }
span { border-color: rgb(139,5,139); }
td.TdClassName
{
border-color: #8B058B;
}
.TagClassName
{
border-color: #8B058B;
}
</style>