Shades of Dark Magenta #810392
Tints of Dark Magenta #810392
RGB
CMYK
RGB Variations
Color information
#810392 (or 0x810392) is known color: Dark Magenta. HEX triplet: 81, 03 and 92. RGB value is (129,3,146). Sum of RGB (Red+Green+Blue) = 129+3+146=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #810392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810392 is #7EFC6D. Grayscale: #383838. Windows color (decimal): -8322158 or 9569153. OLE color: 9569153.
HSL color Cylindrical-coordinate representation of color #810392: hue angle of 292.87º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #810392 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 3 | 146 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.43 |
| HSL | 292.87º | 0.96% | 0.29% | - |
| HSV(B) | 292.87º | 0.98% | 0.57% | - |
| XYZ | 14.27 | 6.81 | 27.76 | - |
| YUV | 56.98 | 178.24 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 3 | 146 | 0.12 | 0.98 | 0 | 0.43 | 292.87 | 0.96 | 0.29 |
| Hex | 81 | 3 | 92 | C | 62 | 0 | 2B | 125 | 60 | 1D |
| Octal | 201 | 3 | 222 | 14 | 142 | 0 | 53 | 445 | 140 | 35 |
| Binary | 10000001 | 11 | 10010010 | 1100 | 1100010 | 0 | 101011 | 100100101 | 1100000 | 11101 |
Color Harmonies of #810392
Complementary color
Monochromatic Colors of #810392
Black with #810392
Text Example
Text Example
White with #810392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810392; }
p { color: rgb(129,3,146); }
H1.HeaderClassName
{
color: #810392;
}
.AnyTagClassName
{
color: #810392;
}
</style>
background-color css
<style>
a { background-color: #810392; }
a { background-color: rgb(129,3,146); }
div.DivClassName
{
background-color: #810392;
}
.BgClassName
{
background-color: #810392;
}
</style>
border-color css
<style>
span { border-color: #810392; }
span { border-color: rgb(129,3,146); }
td.TdClassName
{
border-color: #810392;
}
.TagClassName
{
border-color: #810392;
}
</style>