Shades of Dark Magenta #810B90
Tints of Dark Magenta #810B90
RGB
CMYK
RGB Variations
Color information
#810B90 (or 0x810B90) is known color: Dark Magenta. HEX triplet: 81, 0B and 90. RGB value is (129,11,144). Sum of RGB (Red+Green+Blue) = 129+11+144=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #810B90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810B90 is #7EF46F. Grayscale: #3D3D3D. Windows color (decimal): -8320112 or 9440129. OLE color: 9440129.
HSL color Cylindrical-coordinate representation of color #810B90: hue angle of 293.23º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #810B90 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 11 | 144 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.44 |
| HSL | 293.23º | 0.86% | 0.3% | - |
| HSV(B) | 293.23º | 0.92% | 0.56% | - |
| XYZ | 14.21 | 6.92 | 26.97 | - |
| YUV | 61.44 | 174.59 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 144 | 0.10 | 0.92 | 0 | 0.44 | 293.23 | 0.86 | 0.3 |
| Hex | 81 | B | 90 | A | 5C | 0 | 2C | 125 | 56 | 1E |
| Octal | 201 | 13 | 220 | 12 | 134 | 0 | 54 | 445 | 126 | 36 |
| Binary | 10000001 | 1011 | 10010000 | 1010 | 1011100 | 0 | 101100 | 100100101 | 1010110 | 11110 |
Color Harmonies of #810B90
Complementary color
Monochromatic Colors of #810B90
Black with #810B90
Text Example
Text Example
White with #810B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810B90; }
p { color: rgb(129,11,144); }
H1.HeaderClassName
{
color: #810B90;
}
.AnyTagClassName
{
color: #810B90;
}
</style>
background-color css
<style>
a { background-color: #810B90; }
a { background-color: rgb(129,11,144); }
div.DivClassName
{
background-color: #810B90;
}
.BgClassName
{
background-color: #810B90;
}
</style>
border-color css
<style>
span { border-color: #810B90; }
span { border-color: rgb(129,11,144); }
td.TdClassName
{
border-color: #810B90;
}
.TagClassName
{
border-color: #810B90;
}
</style>