Shades of Dark Magenta #8C048A
Tints of Dark Magenta #8C048A
RGB
CMYK
RGB Variations
Color information
#8C048A (or 0x8C048A) is known color: Dark Magenta. HEX triplet: 8C, 04 and 8A. RGB value is (140,4,138). Sum of RGB (Red+Green+Blue) = 140+4+138=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C048A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C048A is #73FB75. Grayscale: #3B3B3B. Windows color (decimal): -7601014 or 9045132. OLE color: 9045132.
HSL color Cylindrical-coordinate representation of color #8C048A: hue angle of 300.88º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C048A is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 4 | 138 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.45 |
| HSL | 300.88º | 0.94% | 0.28% | - |
| HSV(B) | 300.88º | 0.97% | 0.55% | - |
| XYZ | 15.45 | 7.5 | 24.68 | - |
| YUV | 59.94 | 172.06 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 4 | 138 | 0 | 0.97 | 0.01 | 0.45 | 300.88 | 0.94 | 0.28 |
| Hex | 8C | 4 | 8A | 0 | 61 | 1 | 2D | 12D | 5E | 1C |
| Octal | 214 | 4 | 212 | 0 | 141 | 1 | 55 | 455 | 136 | 34 |
| Binary | 10001100 | 100 | 10001010 | 0 | 1100001 | 1 | 101101 | 100101101 | 1011110 | 11100 |
Color Harmonies of #8C048A
Complementary color
Monochromatic Colors of #8C048A
Black with #8C048A
Text Example
Text Example
White with #8C048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C048A; }
p { color: rgb(140,4,138); }
H1.HeaderClassName
{
color: #8C048A;
}
.AnyTagClassName
{
color: #8C048A;
}
</style>
background-color css
<style>
a { background-color: #8C048A; }
a { background-color: rgb(140,4,138); }
div.DivClassName
{
background-color: #8C048A;
}
.BgClassName
{
background-color: #8C048A;
}
</style>
border-color css
<style>
span { border-color: #8C048A; }
span { border-color: rgb(140,4,138); }
td.TdClassName
{
border-color: #8C048A;
}
.TagClassName
{
border-color: #8C048A;
}
</style>