Shades of Dark Magenta #8C0280
Tints of Dark Magenta #8C0280
RGB
CMYK
RGB Variations
Color information
#8C0280 (or 0x8C0280) is known color: Dark Magenta. HEX triplet: 8C, 02 and 80. RGB value is (140,2,128). Sum of RGB (Red+Green+Blue) = 140+2+128=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0280 is #73FD7F. Grayscale: #393939. Windows color (decimal): -7601536 or 8389260. OLE color: 8389260.
HSL color Cylindrical-coordinate representation of color #8C0280: hue angle of 305.22º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C0280 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 128 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.45 |
| HSL | 305.22º | 0.97% | 0.28% | - |
| HSV(B) | 305.22º | 0.99% | 0.55% | - |
| XYZ | 14.73 | 7.18 | 21.03 | - |
| YUV | 57.63 | 167.72 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 128 | 0 | 0.99 | 0.09 | 0.45 | 305.22 | 0.97 | 0.28 |
| Hex | 8C | 2 | 80 | 0 | 63 | 9 | 2D | 131 | 61 | 1C |
| Octal | 214 | 2 | 200 | 0 | 143 | 11 | 55 | 461 | 141 | 34 |
| Binary | 10001100 | 10 | 10000000 | 0 | 1100011 | 1001 | 101101 | 100110001 | 1100001 | 11100 |
Color Harmonies of #8C0280
Complementary color
Monochromatic Colors of #8C0280
Black with #8C0280
Text Example
Text Example
White with #8C0280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0280; }
p { color: rgb(140,2,128); }
H1.HeaderClassName
{
color: #8C0280;
}
.AnyTagClassName
{
color: #8C0280;
}
</style>
background-color css
<style>
a { background-color: #8C0280; }
a { background-color: rgb(140,2,128); }
div.DivClassName
{
background-color: #8C0280;
}
.BgClassName
{
background-color: #8C0280;
}
</style>
border-color css
<style>
span { border-color: #8C0280; }
span { border-color: rgb(140,2,128); }
td.TdClassName
{
border-color: #8C0280;
}
.TagClassName
{
border-color: #8C0280;
}
</style>