Shades of Dark Magenta #81158D
Tints of Dark Magenta #81158D
RGB
CMYK
RGB Variations
Color information
#81158D (or 0x81158D) is known color: Dark Magenta. HEX triplet: 81, 15 and 8D. RGB value is (129,21,141). Sum of RGB (Red+Green+Blue) = 129+21+141=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #81158D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81158D is #7EEA72. Grayscale: #424242. Windows color (decimal): -8317555 or 9246081. OLE color: 9246081.
HSL color Cylindrical-coordinate representation of color #81158D: hue angle of 294º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #81158D is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 21 | 141 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.45 |
| HSL | 294º | 0.74% | 0.32% | - |
| HSV(B) | 294º | 0.85% | 0.55% | - |
| XYZ | 14.13 | 7.13 | 25.83 | - |
| YUV | 66.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 141 | 0.09 | 0.85 | 0 | 0.45 | 294 | 0.74 | 0.32 |
| Hex | 81 | 15 | 8D | 9 | 55 | 0 | 2D | 126 | 4A | 20 |
| Octal | 201 | 25 | 215 | 11 | 125 | 0 | 55 | 446 | 112 | 40 |
| Binary | 10000001 | 10101 | 10001101 | 1001 | 1010101 | 0 | 101101 | 100100110 | 1001010 | 100000 |
Color Harmonies of #81158D
Complementary color
Monochromatic Colors of #81158D
Black with #81158D
Text Example
Text Example
White with #81158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81158D; }
p { color: rgb(129,21,141); }
H1.HeaderClassName
{
color: #81158D;
}
.AnyTagClassName
{
color: #81158D;
}
</style>
background-color css
<style>
a { background-color: #81158D; }
a { background-color: rgb(129,21,141); }
div.DivClassName
{
background-color: #81158D;
}
.BgClassName
{
background-color: #81158D;
}
</style>
border-color css
<style>
span { border-color: #81158D; }
span { border-color: rgb(129,21,141); }
td.TdClassName
{
border-color: #81158D;
}
.TagClassName
{
border-color: #81158D;
}
</style>