Shades of Dark Magenta #8A048A
Tints of Dark Magenta #8A048A
RGB
CMYK
RGB Variations
Color information
#8A048A (or 0x8A048A) is known color: Dark Magenta. HEX triplet: 8A, 04 and 8A. RGB value is (138,4,138). Sum of RGB (Red+Green+Blue) = 138+4+138=280 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.29% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A048A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A048A is #75FB75. Grayscale: #3A3A3A. Windows color (decimal): -7732086 or 9045130. OLE color: 9045130.
HSL color Cylindrical-coordinate representation of color #8A048A: hue angle of 300º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A048A is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 4 | 138 | - |
| CMYK | 0 | 0.97 | 0 | 0.46 |
| HSL | 300º | 0.94% | 0.28% | - |
| HSV(B) | 300º | 0.97% | 0.54% | - |
| XYZ | 15.11 | 7.33 | 24.66 | - |
| YUV | 59.34 | 172.39 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 4 | 138 | 0 | 0.97 | 0 | 0.46 | 300 | 0.94 | 0.28 |
| Hex | 8A | 4 | 8A | 0 | 61 | 0 | 2E | 12C | 5E | 1C |
| Octal | 212 | 4 | 212 | 0 | 141 | 0 | 56 | 454 | 136 | 34 |
| Binary | 10001010 | 100 | 10001010 | 0 | 1100001 | 0 | 101110 | 100101100 | 1011110 | 11100 |
Color Harmonies of #8A048A
Complementary color
Monochromatic Colors of #8A048A
Black with #8A048A
Text Example
Text Example
White with #8A048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A048A; }
p { color: rgb(138,4,138); }
H1.HeaderClassName
{
color: #8A048A;
}
.AnyTagClassName
{
color: #8A048A;
}
</style>
background-color css
<style>
a { background-color: #8A048A; }
a { background-color: rgb(138,4,138); }
div.DivClassName
{
background-color: #8A048A;
}
.BgClassName
{
background-color: #8A048A;
}
</style>
border-color css
<style>
span { border-color: #8A048A; }
span { border-color: rgb(138,4,138); }
td.TdClassName
{
border-color: #8A048A;
}
.TagClassName
{
border-color: #8A048A;
}
</style>