Shades of Dark Magenta #81158B
Tints of Dark Magenta #81158B
RGB
CMYK
RGB Variations
Color information
#81158B (or 0x81158B) is known color: Dark Magenta. HEX triplet: 81, 15 and 8B. RGB value is (129,21,139). Sum of RGB (Red+Green+Blue) = 129+21+139=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #81158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81158B is #7EEA74. Grayscale: #424242. Windows color (decimal): -8317557 or 9115009. OLE color: 9115009.
HSL color Cylindrical-coordinate representation of color #81158B: hue angle of 294.92º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #81158B is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 21 | 139 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.45 |
| HSL | 294.92º | 0.74% | 0.31% | - |
| HSV(B) | 294.92º | 0.85% | 0.55% | - |
| XYZ | 13.98 | 7.07 | 25.05 | - |
| YUV | 66.74 | 168.78 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 139 | 0.07 | 0.85 | 0 | 0.45 | 294.92 | 0.74 | 0.31 |
| Hex | 81 | 15 | 8B | 7 | 55 | 0 | 2D | 127 | 4A | 1F |
| Octal | 201 | 25 | 213 | 7 | 125 | 0 | 55 | 447 | 112 | 37 |
| Binary | 10000001 | 10101 | 10001011 | 111 | 1010101 | 0 | 101101 | 100100111 | 1001010 | 11111 |
Color Harmonies of #81158B
Complementary color
Monochromatic Colors of #81158B
Black with #81158B
Text Example
Text Example
White with #81158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81158B; }
p { color: rgb(129,21,139); }
H1.HeaderClassName
{
color: #81158B;
}
.AnyTagClassName
{
color: #81158B;
}
</style>
background-color css
<style>
a { background-color: #81158B; }
a { background-color: rgb(129,21,139); }
div.DivClassName
{
background-color: #81158B;
}
.BgClassName
{
background-color: #81158B;
}
</style>
border-color css
<style>
span { border-color: #81158B; }
span { border-color: rgb(129,21,139); }
td.TdClassName
{
border-color: #81158B;
}
.TagClassName
{
border-color: #81158B;
}
</style>