Shades of Dark Magenta #81178E
Tints of Dark Magenta #81178E
RGB
CMYK
RGB Variations
Color information
#81178E (or 0x81178E) is known color: Dark Magenta. HEX triplet: 81, 17 and 8E. RGB value is (129,23,142). Sum of RGB (Red+Green+Blue) = 129+23+142=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #81178E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81178E is #7EE871. Grayscale: #434343. Windows color (decimal): -8317042 or 9312129. OLE color: 9312129.
HSL color Cylindrical-coordinate representation of color #81178E: hue angle of 293.45º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #81178E is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 23 | 142 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.44 |
| HSL | 293.45º | 0.72% | 0.32% | - |
| HSV(B) | 293.45º | 0.84% | 0.56% | - |
| XYZ | 14.24 | 7.23 | 26.24 | - |
| YUV | 68.26 | 169.62 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 23 | 142 | 0.09 | 0.84 | 0 | 0.44 | 293.45 | 0.72 | 0.32 |
| Hex | 81 | 17 | 8E | 9 | 54 | 0 | 2C | 125 | 48 | 20 |
| Octal | 201 | 27 | 216 | 11 | 124 | 0 | 54 | 445 | 110 | 40 |
| Binary | 10000001 | 10111 | 10001110 | 1001 | 1010100 | 0 | 101100 | 100100101 | 1001000 | 100000 |
Color Harmonies of #81178E
Complementary color
Monochromatic Colors of #81178E
Black with #81178E
Text Example
Text Example
White with #81178E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81178E; }
p { color: rgb(129,23,142); }
H1.HeaderClassName
{
color: #81178E;
}
.AnyTagClassName
{
color: #81178E;
}
</style>
background-color css
<style>
a { background-color: #81178E; }
a { background-color: rgb(129,23,142); }
div.DivClassName
{
background-color: #81178E;
}
.BgClassName
{
background-color: #81178E;
}
</style>
border-color css
<style>
span { border-color: #81178E; }
span { border-color: rgb(129,23,142); }
td.TdClassName
{
border-color: #81178E;
}
.TagClassName
{
border-color: #81178E;
}
</style>