Shades of Dark Magenta #81178B
Tints of Dark Magenta #81178B
RGB
CMYK
RGB Variations
Color information
#81178B (or 0x81178B) is known color: Dark Magenta. HEX triplet: 81, 17 and 8B. RGB value is (129,23,139). Sum of RGB (Red+Green+Blue) = 129+23+139=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #81178B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81178B is #7EE874. Grayscale: #434343. Windows color (decimal): -8317045 or 9115521. OLE color: 9115521.
HSL color Cylindrical-coordinate representation of color #81178B: hue angle of 294.83º degrees, saturation: 0.72, 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 #81178B is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 23 | 139 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.45 |
| HSL | 294.83º | 0.72% | 0.32% | - |
| HSV(B) | 294.83º | 0.83% | 0.55% | - |
| XYZ | 14.02 | 7.14 | 25.07 | - |
| YUV | 67.92 | 168.12 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 23 | 139 | 0.07 | 0.83 | 0 | 0.45 | 294.83 | 0.72 | 0.32 |
| Hex | 81 | 17 | 8B | 7 | 53 | 0 | 2D | 127 | 48 | 20 |
| Octal | 201 | 27 | 213 | 7 | 123 | 0 | 55 | 447 | 110 | 40 |
| Binary | 10000001 | 10111 | 10001011 | 111 | 1010011 | 0 | 101101 | 100100111 | 1001000 | 100000 |
Color Harmonies of #81178B
Complementary color
Monochromatic Colors of #81178B
Black with #81178B
Text Example
Text Example
White with #81178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81178B; }
p { color: rgb(129,23,139); }
H1.HeaderClassName
{
color: #81178B;
}
.AnyTagClassName
{
color: #81178B;
}
</style>
background-color css
<style>
a { background-color: #81178B; }
a { background-color: rgb(129,23,139); }
div.DivClassName
{
background-color: #81178B;
}
.BgClassName
{
background-color: #81178B;
}
</style>
border-color css
<style>
span { border-color: #81178B; }
span { border-color: rgb(129,23,139); }
td.TdClassName
{
border-color: #81178B;
}
.TagClassName
{
border-color: #81178B;
}
</style>