Shades of Dark Magenta #810196
Tints of Dark Magenta #810196
RGB
CMYK
RGB Variations
Color information
#810196 (or 0x810196) is known color: Dark Magenta. HEX triplet: 81, 01 and 96. RGB value is (129,1,150). Sum of RGB (Red+Green+Blue) = 129+1+150=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #810196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810196 is #7EFE69. Grayscale: #373737. Windows color (decimal): -8322666 or 9830785. OLE color: 9830785.
HSL color Cylindrical-coordinate representation of color #810196: hue angle of 291.54º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #810196 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 129 | 1 | 150 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.41 |
| HSL | 291.54º | 0.99% | 0.3% | - |
| HSV(B) | 291.54º | 0.99% | 0.59% | - |
| XYZ | 14.57 | 6.89 | 29.42 | - |
| YUV | 56.26 | 180.91 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 1 | 150 | 0.14 | 0.99 | 0 | 0.41 | 291.54 | 0.99 | 0.3 |
| Hex | 81 | 1 | 96 | E | 63 | 0 | 29 | 124 | 63 | 1E |
| Octal | 201 | 1 | 226 | 16 | 143 | 0 | 51 | 444 | 143 | 36 |
| Binary | 10000001 | 1 | 10010110 | 1110 | 1100011 | 0 | 101001 | 100100100 | 1100011 | 11110 |
Color Harmonies of #810196
Complementary color
Monochromatic Colors of #810196
Black with #810196
Text Example
Text Example
White with #810196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810196; }
p { color: rgb(129,1,150); }
H1.HeaderClassName
{
color: #810196;
}
.AnyTagClassName
{
color: #810196;
}
</style>
background-color css
<style>
a { background-color: #810196; }
a { background-color: rgb(129,1,150); }
div.DivClassName
{
background-color: #810196;
}
.BgClassName
{
background-color: #810196;
}
</style>
border-color css
<style>
span { border-color: #810196; }
span { border-color: rgb(129,1,150); }
td.TdClassName
{
border-color: #810196;
}
.TagClassName
{
border-color: #810196;
}
</style>