Shades of Dark Magenta #81098E
Tints of Dark Magenta #81098E
RGB
CMYK
RGB Variations
Color information
#81098E (or 0x81098E) is known color: Dark Magenta. HEX triplet: 81, 09 and 8E. RGB value is (129,9,142). Sum of RGB (Red+Green+Blue) = 129+9+142=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #81098E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81098E is #7EF671. Grayscale: #3B3B3B. Windows color (decimal): -8320626 or 9308545. OLE color: 9308545.
HSL color Cylindrical-coordinate representation of color #81098E: hue angle of 294.14º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #81098E is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 9 | 142 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.44 |
| HSL | 294.14º | 0.88% | 0.3% | - |
| HSV(B) | 294.14º | 0.94% | 0.56% | - |
| XYZ | 14.03 | 6.82 | 26.17 | - |
| YUV | 60.04 | 174.26 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 9 | 142 | 0.09 | 0.94 | 0 | 0.44 | 294.14 | 0.88 | 0.3 |
| Hex | 81 | 9 | 8E | 9 | 5E | 0 | 2C | 126 | 58 | 1E |
| Octal | 201 | 11 | 216 | 11 | 136 | 0 | 54 | 446 | 130 | 36 |
| Binary | 10000001 | 1001 | 10001110 | 1001 | 1011110 | 0 | 101100 | 100100110 | 1011000 | 11110 |
Color Harmonies of #81098E
Complementary color
Monochromatic Colors of #81098E
Black with #81098E
Text Example
Text Example
White with #81098E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81098E; }
p { color: rgb(129,9,142); }
H1.HeaderClassName
{
color: #81098E;
}
.AnyTagClassName
{
color: #81098E;
}
</style>
background-color css
<style>
a { background-color: #81098E; }
a { background-color: rgb(129,9,142); }
div.DivClassName
{
background-color: #81098E;
}
.BgClassName
{
background-color: #81098E;
}
</style>
border-color css
<style>
span { border-color: #81098E; }
span { border-color: rgb(129,9,142); }
td.TdClassName
{
border-color: #81098E;
}
.TagClassName
{
border-color: #81098E;
}
</style>