Shades of Dark Magenta #8A0881
Tints of Dark Magenta #8A0881
RGB
CMYK
RGB Variations
Color information
#8A0881 (or 0x8A0881) is known color: Dark Magenta. HEX triplet: 8A, 08 and 81. RGB value is (138,8,129). Sum of RGB (Red+Green+Blue) = 138+8+129=275 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.18% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0881 is #75F77E. Grayscale: #3C3C3C. Windows color (decimal): -7731071 or 8456330. OLE color: 8456330.
HSL color Cylindrical-coordinate representation of color #8A0881: hue angle of 304.15º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0881 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 8 | 129 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.46 |
| HSL | 304.15º | 0.89% | 0.29% | - |
| HSV(B) | 304.15º | 0.94% | 0.54% | - |
| XYZ | 14.53 | 7.16 | 21.39 | - |
| YUV | 60.66 | 166.57 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 8 | 129 | 0 | 0.94 | 0.07 | 0.46 | 304.15 | 0.89 | 0.29 |
| Hex | 8A | 8 | 81 | 0 | 5E | 7 | 2E | 130 | 59 | 1D |
| Octal | 212 | 10 | 201 | 0 | 136 | 7 | 56 | 460 | 131 | 35 |
| Binary | 10001010 | 1000 | 10000001 | 0 | 1011110 | 111 | 101110 | 100110000 | 1011001 | 11101 |
Color Harmonies of #8A0881
Complementary color
Monochromatic Colors of #8A0881
Black with #8A0881
Text Example
Text Example
White with #8A0881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0881; }
p { color: rgb(138,8,129); }
H1.HeaderClassName
{
color: #8A0881;
}
.AnyTagClassName
{
color: #8A0881;
}
</style>
background-color css
<style>
a { background-color: #8A0881; }
a { background-color: rgb(138,8,129); }
div.DivClassName
{
background-color: #8A0881;
}
.BgClassName
{
background-color: #8A0881;
}
</style>
border-color css
<style>
span { border-color: #8A0881; }
span { border-color: rgb(138,8,129); }
td.TdClassName
{
border-color: #8A0881;
}
.TagClassName
{
border-color: #8A0881;
}
</style>