Shades of Dark Magenta #8C028A
Tints of Dark Magenta #8C028A
RGB
CMYK
RGB Variations
Color information
#8C028A (or 0x8C028A) is known color: Dark Magenta. HEX triplet: 8C, 02 and 8A. RGB value is (140,2,138). Sum of RGB (Red+Green+Blue) = 140+2+138=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C028A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C028A is #73FD75. Grayscale: #3A3A3A. Windows color (decimal): -7601526 or 9044620. OLE color: 9044620.
HSL color Cylindrical-coordinate representation of color #8C028A: hue angle of 300.87º 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 #8C028A is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 138 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.45 |
| HSL | 300.87º | 0.97% | 0.28% | - |
| HSV(B) | 300.87º | 0.99% | 0.55% | - |
| XYZ | 15.42 | 7.45 | 24.67 | - |
| YUV | 58.77 | 172.72 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 138 | 0 | 0.99 | 0.01 | 0.45 | 300.87 | 0.97 | 0.28 |
| Hex | 8C | 2 | 8A | 0 | 63 | 1 | 2D | 12D | 61 | 1C |
| Octal | 214 | 2 | 212 | 0 | 143 | 1 | 55 | 455 | 141 | 34 |
| Binary | 10001100 | 10 | 10001010 | 0 | 1100011 | 1 | 101101 | 100101101 | 1100001 | 11100 |
Color Harmonies of #8C028A
Complementary color
Monochromatic Colors of #8C028A
Black with #8C028A
Text Example
Text Example
White with #8C028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C028A; }
p { color: rgb(140,2,138); }
H1.HeaderClassName
{
color: #8C028A;
}
.AnyTagClassName
{
color: #8C028A;
}
</style>
background-color css
<style>
a { background-color: #8C028A; }
a { background-color: rgb(140,2,138); }
div.DivClassName
{
background-color: #8C028A;
}
.BgClassName
{
background-color: #8C028A;
}
</style>
border-color css
<style>
span { border-color: #8C028A; }
span { border-color: rgb(140,2,138); }
td.TdClassName
{
border-color: #8C028A;
}
.TagClassName
{
border-color: #8C028A;
}
</style>