Shades of Dark Magenta #810892
Tints of Dark Magenta #810892
RGB
CMYK
RGB Variations
Color information
#810892 (or 0x810892) is known color: Dark Magenta. HEX triplet: 81, 08 and 92. RGB value is (129,8,146). Sum of RGB (Red+Green+Blue) = 129+8+146=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #810892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810892 is #7EF76D. Grayscale: #3B3B3B. Windows color (decimal): -8320878 or 9570433. OLE color: 9570433.
HSL color Cylindrical-coordinate representation of color #810892: hue angle of 292.61º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810892 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 8 | 146 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.43 |
| HSL | 292.61º | 0.9% | 0.3% | - |
| HSV(B) | 292.61º | 0.95% | 0.57% | - |
| XYZ | 14.33 | 6.92 | 27.77 | - |
| YUV | 59.91 | 176.59 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 146 | 0.12 | 0.95 | 0 | 0.43 | 292.61 | 0.9 | 0.3 |
| Hex | 81 | 8 | 92 | C | 5F | 0 | 2B | 125 | 5A | 1E |
| Octal | 201 | 10 | 222 | 14 | 137 | 0 | 53 | 445 | 132 | 36 |
| Binary | 10000001 | 1000 | 10010010 | 1100 | 1011111 | 0 | 101011 | 100100101 | 1011010 | 11110 |
Color Harmonies of #810892
Complementary color
Monochromatic Colors of #810892
Black with #810892
Text Example
Text Example
White with #810892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810892; }
p { color: rgb(129,8,146); }
H1.HeaderClassName
{
color: #810892;
}
.AnyTagClassName
{
color: #810892;
}
</style>
background-color css
<style>
a { background-color: #810892; }
a { background-color: rgb(129,8,146); }
div.DivClassName
{
background-color: #810892;
}
.BgClassName
{
background-color: #810892;
}
</style>
border-color css
<style>
span { border-color: #810892; }
span { border-color: rgb(129,8,146); }
td.TdClassName
{
border-color: #810892;
}
.TagClassName
{
border-color: #810892;
}
</style>