Shades of Dark Magenta #8A058B
Tints of Dark Magenta #8A058B
RGB
CMYK
RGB Variations
Color information
#8A058B (or 0x8A058B) is known color: Dark Magenta. HEX triplet: 8A, 05 and 8B. RGB value is (138,5,139). Sum of RGB (Red+Green+Blue) = 138+5+139=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A058B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A058B is #75FA74. Grayscale: #3B3B3B. Windows color (decimal): -7731829 or 9110922. OLE color: 9110922.
HSL color Cylindrical-coordinate representation of color #8A058B: hue angle of 299.55º 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 #8A058B is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 5 | 139 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.45 |
| HSL | 299.55º | 0.93% | 0.28% | - |
| HSV(B) | 299.55º | 0.96% | 0.55% | - |
| XYZ | 15.2 | 7.38 | 25.05 | - |
| YUV | 60.04 | 172.56 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 5 | 139 | 0.01 | 0.96 | 0 | 0.45 | 299.55 | 0.93 | 0.28 |
| Hex | 8A | 5 | 8B | 1 | 60 | 0 | 2D | 12C | 5D | 1C |
| Octal | 212 | 5 | 213 | 1 | 140 | 0 | 55 | 454 | 135 | 34 |
| Binary | 10001010 | 101 | 10001011 | 1 | 1100000 | 0 | 101101 | 100101100 | 1011101 | 11100 |
Color Harmonies of #8A058B
Complementary color
Monochromatic Colors of #8A058B
Black with #8A058B
Text Example
Text Example
White with #8A058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A058B; }
p { color: rgb(138,5,139); }
H1.HeaderClassName
{
color: #8A058B;
}
.AnyTagClassName
{
color: #8A058B;
}
</style>
background-color css
<style>
a { background-color: #8A058B; }
a { background-color: rgb(138,5,139); }
div.DivClassName
{
background-color: #8A058B;
}
.BgClassName
{
background-color: #8A058B;
}
</style>
border-color css
<style>
span { border-color: #8A058B; }
span { border-color: rgb(138,5,139); }
td.TdClassName
{
border-color: #8A058B;
}
.TagClassName
{
border-color: #8A058B;
}
</style>