Shades of Dark Magenta #81079D
Tints of Dark Magenta #81079D
RGB
CMYK
RGB Variations
Color information
#81079D (or 0x81079D) is known color: Dark Magenta. HEX triplet: 81, 07 and 9D. RGB value is (129,7,157). Sum of RGB (Red+Green+Blue) = 129+7+157=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #81079D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81079D is #7EF862. Grayscale: #3C3C3C. Windows color (decimal): -8321123 or 10291073. OLE color: 10291073.
HSL color Cylindrical-coordinate representation of color #81079D: hue angle of 288.8º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #81079D is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 7 | 157 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.38 |
| HSL | 288.8º | 0.91% | 0.32% | - |
| HSV(B) | 288.8º | 0.96% | 0.62% | - |
| XYZ | 15.22 | 7.25 | 32.5 | - |
| YUV | 60.58 | 182.42 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 7 | 157 | 0.18 | 0.96 | 0 | 0.38 | 288.8 | 0.91 | 0.32 |
| Hex | 81 | 7 | 9D | 12 | 60 | 0 | 26 | 121 | 5B | 20 |
| Octal | 201 | 7 | 235 | 22 | 140 | 0 | 46 | 441 | 133 | 40 |
| Binary | 10000001 | 111 | 10011101 | 10010 | 1100000 | 0 | 100110 | 100100001 | 1011011 | 100000 |
Color Harmonies of #81079D
Complementary color
Monochromatic Colors of #81079D
Black with #81079D
Text Example
Text Example
White with #81079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81079D; }
p { color: rgb(129,7,157); }
H1.HeaderClassName
{
color: #81079D;
}
.AnyTagClassName
{
color: #81079D;
}
</style>
background-color css
<style>
a { background-color: #81079D; }
a { background-color: rgb(129,7,157); }
div.DivClassName
{
background-color: #81079D;
}
.BgClassName
{
background-color: #81079D;
}
</style>
border-color css
<style>
span { border-color: #81079D; }
span { border-color: rgb(129,7,157); }
td.TdClassName
{
border-color: #81079D;
}
.TagClassName
{
border-color: #81079D;
}
</style>