Shades of Dark Magenta #81048E
Tints of Dark Magenta #81048E
RGB
CMYK
RGB Variations
Color information
#81048E (or 0x81048E) is known color: Dark Magenta. HEX triplet: 81, 04 and 8E. RGB value is (129,4,142). Sum of RGB (Red+Green+Blue) = 129+4+142=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 142 (55.86% from 255 or 51.64% from 275); Max value from RGB is 142 - color contains mainly: blue. Hex color #81048E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81048E is #7EFB71. Grayscale: #383838. Windows color (decimal): -8321906 or 9307265. OLE color: 9307265.
HSL color Cylindrical-coordinate representation of color #81048E: hue angle of 294.35º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #81048E is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 4 | 142 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.44 |
| HSL | 294.35º | 0.95% | 0.29% | - |
| HSV(B) | 294.35º | 0.97% | 0.56% | - |
| XYZ | 13.98 | 6.71 | 26.15 | - |
| YUV | 57.11 | 175.91 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 4 | 142 | 0.09 | 0.97 | 0 | 0.44 | 294.35 | 0.95 | 0.29 |
| Hex | 81 | 4 | 8E | 9 | 61 | 0 | 2C | 126 | 5F | 1D |
| Octal | 201 | 4 | 216 | 11 | 141 | 0 | 54 | 446 | 137 | 35 |
| Binary | 10000001 | 100 | 10001110 | 1001 | 1100001 | 0 | 101100 | 100100110 | 1011111 | 11101 |
Color Harmonies of #81048E
Complementary color
Monochromatic Colors of #81048E
Black with #81048E
Text Example
Text Example
White with #81048E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81048E; }
p { color: rgb(129,4,142); }
H1.HeaderClassName
{
color: #81048E;
}
.AnyTagClassName
{
color: #81048E;
}
</style>
background-color css
<style>
a { background-color: #81048E; }
a { background-color: rgb(129,4,142); }
div.DivClassName
{
background-color: #81048E;
}
.BgClassName
{
background-color: #81048E;
}
</style>
border-color css
<style>
span { border-color: #81048E; }
span { border-color: rgb(129,4,142); }
td.TdClassName
{
border-color: #81048E;
}
.TagClassName
{
border-color: #81048E;
}
</style>