Shades of Dark Magenta #8A0481
Tints of Dark Magenta #8A0481
RGB
CMYK
RGB Variations
Color information
#8A0481 (or 0x8A0481) is known color: Dark Magenta. HEX triplet: 8A, 04 and 81. RGB value is (138,4,129). Sum of RGB (Red+Green+Blue) = 138+4+129=271 (35% of max value = 765). Red value is 138 (54.30% from 255 or 50.92% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0481 is #75FB7E. Grayscale: #393939. Windows color (decimal): -7732095 or 8455306. OLE color: 8455306.
HSL color Cylindrical-coordinate representation of color #8A0481: hue angle of 304.03º 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 #8A0481 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 4 | 129 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.46 |
| HSL | 304.03º | 0.94% | 0.28% | - |
| HSV(B) | 304.03º | 0.97% | 0.54% | - |
| XYZ | 14.49 | 7.08 | 21.37 | - |
| YUV | 58.32 | 167.89 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 4 | 129 | 0 | 0.97 | 0.07 | 0.46 | 304.03 | 0.94 | 0.28 |
| Hex | 8A | 4 | 81 | 0 | 61 | 7 | 2E | 130 | 5E | 1C |
| Octal | 212 | 4 | 201 | 0 | 141 | 7 | 56 | 460 | 136 | 34 |
| Binary | 10001010 | 100 | 10000001 | 0 | 1100001 | 111 | 101110 | 100110000 | 1011110 | 11100 |
Color Harmonies of #8A0481
Complementary color
Monochromatic Colors of #8A0481
Black with #8A0481
Text Example
Text Example
White with #8A0481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0481; }
p { color: rgb(138,4,129); }
H1.HeaderClassName
{
color: #8A0481;
}
.AnyTagClassName
{
color: #8A0481;
}
</style>
background-color css
<style>
a { background-color: #8A0481; }
a { background-color: rgb(138,4,129); }
div.DivClassName
{
background-color: #8A0481;
}
.BgClassName
{
background-color: #8A0481;
}
</style>
border-color css
<style>
span { border-color: #8A0481; }
span { border-color: rgb(138,4,129); }
td.TdClassName
{
border-color: #8A0481;
}
.TagClassName
{
border-color: #8A0481;
}
</style>