Shades of Dark Magenta #81088D
Tints of Dark Magenta #81088D
RGB
CMYK
RGB Variations
Color information
#81088D (or 0x81088D) is known color: Dark Magenta. HEX triplet: 81, 08 and 8D. RGB value is (129,8,141). Sum of RGB (Red+Green+Blue) = 129+8+141=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #81088D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81088D is #7EF772. Grayscale: #3A3A3A. Windows color (decimal): -8320883 or 9242753. OLE color: 9242753.
HSL color Cylindrical-coordinate representation of color #81088D: hue angle of 294.59º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #81088D is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 8 | 141 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.45 |
| HSL | 294.59º | 0.89% | 0.29% | - |
| HSV(B) | 294.59º | 0.94% | 0.55% | - |
| XYZ | 13.95 | 6.76 | 25.77 | - |
| YUV | 59.34 | 174.09 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 141 | 0.09 | 0.94 | 0 | 0.45 | 294.59 | 0.89 | 0.29 |
| Hex | 81 | 8 | 8D | 9 | 5E | 0 | 2D | 127 | 59 | 1D |
| Octal | 201 | 10 | 215 | 11 | 136 | 0 | 55 | 447 | 131 | 35 |
| Binary | 10000001 | 1000 | 10001101 | 1001 | 1011110 | 0 | 101101 | 100100111 | 1011001 | 11101 |
Color Harmonies of #81088D
Complementary color
Monochromatic Colors of #81088D
Black with #81088D
Text Example
Text Example
White with #81088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81088D; }
p { color: rgb(129,8,141); }
H1.HeaderClassName
{
color: #81088D;
}
.AnyTagClassName
{
color: #81088D;
}
</style>
background-color css
<style>
a { background-color: #81088D; }
a { background-color: rgb(129,8,141); }
div.DivClassName
{
background-color: #81088D;
}
.BgClassName
{
background-color: #81088D;
}
</style>
border-color css
<style>
span { border-color: #81088D; }
span { border-color: rgb(129,8,141); }
td.TdClassName
{
border-color: #81088D;
}
.TagClassName
{
border-color: #81088D;
}
</style>