Shades of Dark Magenta #81049C
Tints of Dark Magenta #81049C
RGB
CMYK
RGB Variations
Color information
#81049C (or 0x81049C) is known color: Dark Magenta. HEX triplet: 81, 04 and 9C. RGB value is (129,4,156). Sum of RGB (Red+Green+Blue) = 129+4+156=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #81049C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81049C is #7EFB63. Grayscale: #3A3A3A. Windows color (decimal): -8321892 or 10224769. OLE color: 10224769.
HSL color Cylindrical-coordinate representation of color #81049C: hue angle of 289.34º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #81049C is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 4 | 156 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.39 |
| HSL | 289.34º | 0.95% | 0.31% | - |
| HSV(B) | 289.34º | 0.97% | 0.61% | - |
| XYZ | 15.1 | 7.15 | 32.04 | - |
| YUV | 58.7 | 182.91 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 4 | 156 | 0.17 | 0.97 | 0 | 0.39 | 289.34 | 0.95 | 0.31 |
| Hex | 81 | 4 | 9C | 11 | 61 | 0 | 27 | 121 | 5F | 1F |
| Octal | 201 | 4 | 234 | 21 | 141 | 0 | 47 | 441 | 137 | 37 |
| Binary | 10000001 | 100 | 10011100 | 10001 | 1100001 | 0 | 100111 | 100100001 | 1011111 | 11111 |
Color Harmonies of #81049C
Complementary color
Monochromatic Colors of #81049C
Black with #81049C
Text Example
Text Example
White with #81049C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81049C; }
p { color: rgb(129,4,156); }
H1.HeaderClassName
{
color: #81049C;
}
.AnyTagClassName
{
color: #81049C;
}
</style>
background-color css
<style>
a { background-color: #81049C; }
a { background-color: rgb(129,4,156); }
div.DivClassName
{
background-color: #81049C;
}
.BgClassName
{
background-color: #81049C;
}
</style>
border-color css
<style>
span { border-color: #81049C; }
span { border-color: rgb(129,4,156); }
td.TdClassName
{
border-color: #81049C;
}
.TagClassName
{
border-color: #81049C;
}
</style>