Shades of Dark Magenta #810193
Tints of Dark Magenta #810193
RGB
CMYK
RGB Variations
Color information
#810193 (or 0x810193) is known color: Dark Magenta. HEX triplet: 81, 01 and 93. RGB value is (129,1,147). Sum of RGB (Red+Green+Blue) = 129+1+147=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #810193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810193 is #7EFE6C. Grayscale: #373737. Windows color (decimal): -8322669 or 9634177. OLE color: 9634177.
HSL color Cylindrical-coordinate representation of color #810193: hue angle of 292.6º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #810193 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 1 | 147 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.42 |
| HSL | 292.6º | 0.99% | 0.29% | - |
| HSV(B) | 292.6º | 0.99% | 0.58% | - |
| XYZ | 14.33 | 6.8 | 28.16 | - |
| YUV | 55.92 | 179.41 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 1 | 147 | 0.12 | 0.99 | 0 | 0.42 | 292.6 | 0.99 | 0.29 |
| Hex | 81 | 1 | 93 | C | 63 | 0 | 2A | 125 | 63 | 1D |
| Octal | 201 | 1 | 223 | 14 | 143 | 0 | 52 | 445 | 143 | 35 |
| Binary | 10000001 | 1 | 10010011 | 1100 | 1100011 | 0 | 101010 | 100100101 | 1100011 | 11101 |
Color Harmonies of #810193
Complementary color
Monochromatic Colors of #810193
Black with #810193
Text Example
Text Example
White with #810193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810193; }
p { color: rgb(129,1,147); }
H1.HeaderClassName
{
color: #810193;
}
.AnyTagClassName
{
color: #810193;
}
</style>
background-color css
<style>
a { background-color: #810193; }
a { background-color: rgb(129,1,147); }
div.DivClassName
{
background-color: #810193;
}
.BgClassName
{
background-color: #810193;
}
</style>
border-color css
<style>
span { border-color: #810193; }
span { border-color: rgb(129,1,147); }
td.TdClassName
{
border-color: #810193;
}
.TagClassName
{
border-color: #810193;
}
</style>