Shades of Dark Magenta #81159D
Tints of Dark Magenta #81159D
RGB
CMYK
RGB Variations
Color information
#81159D (or 0x81159D) is known color: Dark Magenta. HEX triplet: 81, 15 and 9D. RGB value is (129,21,157). Sum of RGB (Red+Green+Blue) = 129+21+157=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #81159D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81159D is #7EEA62. Grayscale: #444444. Windows color (decimal): -8317539 or 10294657. OLE color: 10294657.
HSL color Cylindrical-coordinate representation of color #81159D: hue angle of 287.65º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #81159D is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 21 | 157 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.38 |
| HSL | 287.65º | 0.76% | 0.35% | - |
| HSV(B) | 287.65º | 0.87% | 0.62% | - |
| XYZ | 15.41 | 7.64 | 32.56 | - |
| YUV | 68.8 | 177.78 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 157 | 0.18 | 0.87 | 0 | 0.38 | 287.65 | 0.76 | 0.35 |
| Hex | 81 | 15 | 9D | 12 | 57 | 0 | 26 | 120 | 4C | 23 |
| Octal | 201 | 25 | 235 | 22 | 127 | 0 | 46 | 440 | 114 | 43 |
| Binary | 10000001 | 10101 | 10011101 | 10010 | 1010111 | 0 | 100110 | 100100000 | 1001100 | 100011 |
Color Harmonies of #81159D
Complementary color
Monochromatic Colors of #81159D
Black with #81159D
Text Example
Text Example
White with #81159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81159D; }
p { color: rgb(129,21,157); }
H1.HeaderClassName
{
color: #81159D;
}
.AnyTagClassName
{
color: #81159D;
}
</style>
background-color css
<style>
a { background-color: #81159D; }
a { background-color: rgb(129,21,157); }
div.DivClassName
{
background-color: #81159D;
}
.BgClassName
{
background-color: #81159D;
}
</style>
border-color css
<style>
span { border-color: #81159D; }
span { border-color: rgb(129,21,157); }
td.TdClassName
{
border-color: #81159D;
}
.TagClassName
{
border-color: #81159D;
}
</style>