Shades of Dark Magenta #81178F
Tints of Dark Magenta #81178F
RGB
CMYK
RGB Variations
Color information
#81178F (or 0x81178F) is known color: Dark Magenta. HEX triplet: 81, 17 and 8F. RGB value is (129,23,143). Sum of RGB (Red+Green+Blue) = 129+23+143=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 143 - color contains mainly: blue. Hex color #81178F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81178F is #7EE870. Grayscale: #444444. Windows color (decimal): -8317041 or 9377665. OLE color: 9377665.
HSL color Cylindrical-coordinate representation of color #81178F: hue angle of 293º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #81178F is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 23 | 143 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.44 |
| HSL | 293º | 0.72% | 0.33% | - |
| HSV(B) | 293º | 0.84% | 0.56% | - |
| XYZ | 14.32 | 7.26 | 26.63 | - |
| YUV | 68.37 | 170.12 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 23 | 143 | 0.10 | 0.84 | 0 | 0.44 | 293 | 0.72 | 0.33 |
| Hex | 81 | 17 | 8F | A | 54 | 0 | 2C | 125 | 48 | 21 |
| Octal | 201 | 27 | 217 | 12 | 124 | 0 | 54 | 445 | 110 | 41 |
| Binary | 10000001 | 10111 | 10001111 | 1010 | 1010100 | 0 | 101100 | 100100101 | 1001000 | 100001 |
Color Harmonies of #81178F
Complementary color
Monochromatic Colors of #81178F
Black with #81178F
Text Example
Text Example
White with #81178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81178F; }
p { color: rgb(129,23,143); }
H1.HeaderClassName
{
color: #81178F;
}
.AnyTagClassName
{
color: #81178F;
}
</style>
background-color css
<style>
a { background-color: #81178F; }
a { background-color: rgb(129,23,143); }
div.DivClassName
{
background-color: #81178F;
}
.BgClassName
{
background-color: #81178F;
}
</style>
border-color css
<style>
span { border-color: #81178F; }
span { border-color: rgb(129,23,143); }
td.TdClassName
{
border-color: #81178F;
}
.TagClassName
{
border-color: #81178F;
}
</style>