Shades of Dark Magenta #81079F
Tints of Dark Magenta #81079F
RGB
CMYK
RGB Variations
Color information
#81079F (or 0x81079F) is known color: Dark Magenta. HEX triplet: 81, 07 and 9F. RGB value is (129,7,159). Sum of RGB (Red+Green+Blue) = 129+7+159=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #81079F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81079F is #7EF860. Grayscale: #3C3C3C. Windows color (decimal): -8321121 or 10422145. OLE color: 10422145.
HSL color Cylindrical-coordinate representation of color #81079F: hue angle of 288.16º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #81079F is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 7 | 159 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.38 |
| HSL | 288.16º | 0.92% | 0.33% | - |
| HSV(B) | 288.16º | 0.96% | 0.62% | - |
| XYZ | 15.39 | 7.32 | 33.4 | - |
| YUV | 60.81 | 183.42 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 7 | 159 | 0.19 | 0.96 | 0 | 0.38 | 288.16 | 0.92 | 0.33 |
| Hex | 81 | 7 | 9F | 13 | 60 | 0 | 26 | 120 | 5C | 21 |
| Octal | 201 | 7 | 237 | 23 | 140 | 0 | 46 | 440 | 134 | 41 |
| Binary | 10000001 | 111 | 10011111 | 10011 | 1100000 | 0 | 100110 | 100100000 | 1011100 | 100001 |
Color Harmonies of #81079F
Complementary color
Monochromatic Colors of #81079F
Black with #81079F
Text Example
Text Example
White with #81079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81079F; }
p { color: rgb(129,7,159); }
H1.HeaderClassName
{
color: #81079F;
}
.AnyTagClassName
{
color: #81079F;
}
</style>
background-color css
<style>
a { background-color: #81079F; }
a { background-color: rgb(129,7,159); }
div.DivClassName
{
background-color: #81079F;
}
.BgClassName
{
background-color: #81079F;
}
</style>
border-color css
<style>
span { border-color: #81079F; }
span { border-color: rgb(129,7,159); }
td.TdClassName
{
border-color: #81079F;
}
.TagClassName
{
border-color: #81079F;
}
</style>