Shades of Dark Magenta #810092
Tints of Dark Magenta #810092
RGB
CMYK
RGB Variations
Color information
#810092 (or 0x810092) is known color: Dark Magenta. HEX triplet: 81, 00 and 92. RGB value is (129,0,146). Sum of RGB (Red+Green+Blue) = 129+0+146=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #810092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810092 is #7EFF6D. Grayscale: #363636. Windows color (decimal): -8322926 or 9568385. OLE color: 9568385.
HSL color Cylindrical-coordinate representation of color #810092: hue angle of 293.01º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #810092 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 0 | 146 | - |
| CMYK | 0.12 | 1 | 0 | 0.43 |
| HSL | 293.01º | 1% | 0.29% | - |
| HSV(B) | 293.01º | 1% | 0.57% | - |
| XYZ | 14.24 | 6.74 | 27.74 | - |
| YUV | 55.22 | 179.24 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 146 | 0.12 | 1 | 0 | 0.43 | 293.01 | 1 | 0.29 |
| Hex | 81 | 0 | 92 | C | 64 | 0 | 2B | 125 | 64 | 1D |
| Octal | 201 | 0 | 222 | 14 | 144 | 0 | 53 | 445 | 144 | 35 |
| Binary | 10000001 | 0 | 10010010 | 1100 | 1100100 | 0 | 101011 | 100100101 | 1100100 | 11101 |
Color Harmonies of #810092
Complementary color
Monochromatic Colors of #810092
Black with #810092
Text Example
Text Example
White with #810092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810092; }
p { color: rgb(129,0,146); }
H1.HeaderClassName
{
color: #810092;
}
.AnyTagClassName
{
color: #810092;
}
</style>
background-color css
<style>
a { background-color: #810092; }
a { background-color: rgb(129,0,146); }
div.DivClassName
{
background-color: #810092;
}
.BgClassName
{
background-color: #810092;
}
</style>
border-color css
<style>
span { border-color: #810092; }
span { border-color: rgb(129,0,146); }
td.TdClassName
{
border-color: #810092;
}
.TagClassName
{
border-color: #810092;
}
</style>