Shades of Dark Magenta #811798
Tints of Dark Magenta #811798
RGB
CMYK
RGB Variations
Color information
#811798 (or 0x811798) is known color: Dark Magenta. HEX triplet: 81, 17 and 98. RGB value is (129,23,152). Sum of RGB (Red+Green+Blue) = 129+23+152=304 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.43% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #811798 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811798 is #7EE867. Grayscale: #444444. Windows color (decimal): -8317032 or 9967489. OLE color: 9967489.
HSL color Cylindrical-coordinate representation of color #811798: hue angle of 289.3º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #811798 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 23 | 152 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.40 |
| HSL | 289.3º | 0.74% | 0.34% | - |
| HSV(B) | 289.3º | 0.85% | 0.6% | - |
| XYZ | 15.03 | 7.55 | 30.37 | - |
| YUV | 69.4 | 174.62 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 23 | 152 | 0.15 | 0.85 | 0 | 0.40 | 289.3 | 0.74 | 0.34 |
| Hex | 81 | 17 | 98 | F | 55 | 0 | 28 | 121 | 4A | 22 |
| Octal | 201 | 27 | 230 | 17 | 125 | 0 | 50 | 441 | 112 | 42 |
| Binary | 10000001 | 10111 | 10011000 | 1111 | 1010101 | 0 | 101000 | 100100001 | 1001010 | 100010 |
Color Harmonies of #811798
Complementary color
Monochromatic Colors of #811798
Black with #811798
Text Example
Text Example
White with #811798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811798; }
p { color: rgb(129,23,152); }
H1.HeaderClassName
{
color: #811798;
}
.AnyTagClassName
{
color: #811798;
}
</style>
background-color css
<style>
a { background-color: #811798; }
a { background-color: rgb(129,23,152); }
div.DivClassName
{
background-color: #811798;
}
.BgClassName
{
background-color: #811798;
}
</style>
border-color css
<style>
span { border-color: #811798; }
span { border-color: rgb(129,23,152); }
td.TdClassName
{
border-color: #811798;
}
.TagClassName
{
border-color: #811798;
}
</style>