Shades of Dark Magenta #8C058F
Tints of Dark Magenta #8C058F
RGB
CMYK
RGB Variations
Color information
#8C058F (or 0x8C058F) is known color: Dark Magenta. HEX triplet: 8C, 05 and 8F. RGB value is (140,5,143). Sum of RGB (Red+Green+Blue) = 140+5+143=288 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.61% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 143 - color contains mainly: blue. Hex color #8C058F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C058F is #73FA70. Grayscale: #3C3C3C. Windows color (decimal): -7600753 or 9373068. OLE color: 9373068.
HSL color Cylindrical-coordinate representation of color #8C058F: hue angle of 298.7º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C058F is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 5 | 143 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.44 |
| HSL | 298.7º | 0.93% | 0.29% | - |
| HSV(B) | 298.7º | 0.97% | 0.56% | - |
| XYZ | 15.83 | 7.67 | 26.63 | - |
| YUV | 61.1 | 174.23 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 143 | 0.02 | 0.97 | 0 | 0.44 | 298.7 | 0.93 | 0.29 |
| Hex | 8C | 5 | 8F | 2 | 61 | 0 | 2C | 12B | 5D | 1D |
| Octal | 214 | 5 | 217 | 2 | 141 | 0 | 54 | 453 | 135 | 35 |
| Binary | 10001100 | 101 | 10001111 | 10 | 1100001 | 0 | 101100 | 100101011 | 1011101 | 11101 |
Color Harmonies of #8C058F
Complementary color
Monochromatic Colors of #8C058F
Black with #8C058F
Text Example
Text Example
White with #8C058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C058F; }
p { color: rgb(140,5,143); }
H1.HeaderClassName
{
color: #8C058F;
}
.AnyTagClassName
{
color: #8C058F;
}
</style>
background-color css
<style>
a { background-color: #8C058F; }
a { background-color: rgb(140,5,143); }
div.DivClassName
{
background-color: #8C058F;
}
.BgClassName
{
background-color: #8C058F;
}
</style>
border-color css
<style>
span { border-color: #8C058F; }
span { border-color: rgb(140,5,143); }
td.TdClassName
{
border-color: #8C058F;
}
.TagClassName
{
border-color: #8C058F;
}
</style>