Shades of Dark Magenta #8C059B
Tints of Dark Magenta #8C059B
RGB
CMYK
RGB Variations
Color information
#8C059B (or 0x8C059B) is known color: Dark Magenta. HEX triplet: 8C, 05 and 9B. RGB value is (140,5,155). Sum of RGB (Red+Green+Blue) = 140+5+155=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C059B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C059B is #73FA64. Grayscale: #3E3E3E. Windows color (decimal): -7600741 or 10159500. OLE color: 10159500.
HSL color Cylindrical-coordinate representation of color #8C059B: hue angle of 294º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C059B is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 5 | 155 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.39 |
| HSL | 294º | 0.94% | 0.31% | - |
| HSV(B) | 294º | 0.97% | 0.61% | - |
| XYZ | 16.79 | 8.05 | 31.68 | - |
| YUV | 62.47 | 180.23 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 155 | 0.10 | 0.97 | 0 | 0.39 | 294 | 0.94 | 0.31 |
| Hex | 8C | 5 | 9B | A | 61 | 0 | 27 | 126 | 5E | 1F |
| Octal | 214 | 5 | 233 | 12 | 141 | 0 | 47 | 446 | 136 | 37 |
| Binary | 10001100 | 101 | 10011011 | 1010 | 1100001 | 0 | 100111 | 100100110 | 1011110 | 11111 |
Color Harmonies of #8C059B
Complementary color
Monochromatic Colors of #8C059B
Black with #8C059B
Text Example
Text Example
White with #8C059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C059B; }
p { color: rgb(140,5,155); }
H1.HeaderClassName
{
color: #8C059B;
}
.AnyTagClassName
{
color: #8C059B;
}
</style>
background-color css
<style>
a { background-color: #8C059B; }
a { background-color: rgb(140,5,155); }
div.DivClassName
{
background-color: #8C059B;
}
.BgClassName
{
background-color: #8C059B;
}
</style>
border-color css
<style>
span { border-color: #8C059B; }
span { border-color: rgb(140,5,155); }
td.TdClassName
{
border-color: #8C059B;
}
.TagClassName
{
border-color: #8C059B;
}
</style>