Shades of Dark Magenta #81188D
Tints of Dark Magenta #81188D
RGB
CMYK
RGB Variations
Color information
#81188D (or 0x81188D) is known color: Dark Magenta. HEX triplet: 81, 18 and 8D. RGB value is (129,24,141). Sum of RGB (Red+Green+Blue) = 129+24+141=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #81188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81188D is #7EE772. Grayscale: #444444. Windows color (decimal): -8316787 or 9246849. OLE color: 9246849.
HSL color Cylindrical-coordinate representation of color #81188D: hue angle of 293.85º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #81188D is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 24 | 141 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.45 |
| HSL | 293.85º | 0.71% | 0.32% | - |
| HSV(B) | 293.85º | 0.83% | 0.55% | - |
| XYZ | 14.19 | 7.24 | 25.85 | - |
| YUV | 68.73 | 168.79 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 24 | 141 | 0.09 | 0.83 | 0 | 0.45 | 293.85 | 0.71 | 0.32 |
| Hex | 81 | 18 | 8D | 9 | 53 | 0 | 2D | 126 | 47 | 20 |
| Octal | 201 | 30 | 215 | 11 | 123 | 0 | 55 | 446 | 107 | 40 |
| Binary | 10000001 | 11000 | 10001101 | 1001 | 1010011 | 0 | 101101 | 100100110 | 1000111 | 100000 |
Color Harmonies of #81188D
Complementary color
Monochromatic Colors of #81188D
Black with #81188D
Text Example
Text Example
White with #81188D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81188D; }
p { color: rgb(129,24,141); }
H1.HeaderClassName
{
color: #81188D;
}
.AnyTagClassName
{
color: #81188D;
}
</style>
background-color css
<style>
a { background-color: #81188D; }
a { background-color: rgb(129,24,141); }
div.DivClassName
{
background-color: #81188D;
}
.BgClassName
{
background-color: #81188D;
}
</style>
border-color css
<style>
span { border-color: #81188D; }
span { border-color: rgb(129,24,141); }
td.TdClassName
{
border-color: #81188D;
}
.TagClassName
{
border-color: #81188D;
}
</style>