Shades of Dark Magenta #81069E
Tints of Dark Magenta #81069E
RGB
CMYK
RGB Variations
Color information
#81069E (or 0x81069E) is known color: Dark Magenta. HEX triplet: 81, 06 and 9E. RGB value is (129,6,158). Sum of RGB (Red+Green+Blue) = 129+6+158=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #81069E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81069E is #7EF961. Grayscale: #3B3B3B. Windows color (decimal): -8321378 or 10356353. OLE color: 10356353.
HSL color Cylindrical-coordinate representation of color #81069E: hue angle of 288.55º degrees, saturation: 0.93, 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 #81069E is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 6 | 158 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.38 |
| HSL | 288.55º | 0.93% | 0.32% | - |
| HSV(B) | 288.55º | 0.96% | 0.62% | - |
| XYZ | 15.29 | 7.27 | 32.94 | - |
| YUV | 60.11 | 183.25 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 6 | 158 | 0.18 | 0.96 | 0 | 0.38 | 288.55 | 0.93 | 0.32 |
| Hex | 81 | 6 | 9E | 12 | 60 | 0 | 26 | 121 | 5D | 20 |
| Octal | 201 | 6 | 236 | 22 | 140 | 0 | 46 | 441 | 135 | 40 |
| Binary | 10000001 | 110 | 10011110 | 10010 | 1100000 | 0 | 100110 | 100100001 | 1011101 | 100000 |
Color Harmonies of #81069E
Complementary color
Monochromatic Colors of #81069E
Black with #81069E
Text Example
Text Example
White with #81069E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81069E; }
p { color: rgb(129,6,158); }
H1.HeaderClassName
{
color: #81069E;
}
.AnyTagClassName
{
color: #81069E;
}
</style>
background-color css
<style>
a { background-color: #81069E; }
a { background-color: rgb(129,6,158); }
div.DivClassName
{
background-color: #81069E;
}
.BgClassName
{
background-color: #81069E;
}
</style>
border-color css
<style>
span { border-color: #81069E; }
span { border-color: rgb(129,6,158); }
td.TdClassName
{
border-color: #81069E;
}
.TagClassName
{
border-color: #81069E;
}
</style>