Shades of Dark Magenta #810BAC
Tints of Dark Magenta #810BAC
RGB
CMYK
RGB Variations
Color information
#810BAC (or 0x810BAC) is known color: Dark Magenta. HEX triplet: 81, 0B and AC. RGB value is (129,11,172). Sum of RGB (Red+Green+Blue) = 129+11+172=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #810BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810BAC is #7EF453. Grayscale: #404040. Windows color (decimal): -8320084 or 11275137. OLE color: 11275137.
HSL color Cylindrical-coordinate representation of color #810BAC: hue angle of 283.98º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810BAC is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 11 | 172 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.33 |
| HSL | 283.98º | 0.88% | 0.36% | - |
| HSV(B) | 283.98º | 0.94% | 0.67% | - |
| XYZ | 16.62 | 7.89 | 39.68 | - |
| YUV | 64.64 | 188.59 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 172 | 0.25 | 0.94 | 0 | 0.33 | 283.98 | 0.88 | 0.36 |
| Hex | 81 | B | AC | 19 | 5E | 0 | 21 | 11C | 58 | 24 |
| Octal | 201 | 13 | 254 | 31 | 136 | 0 | 41 | 434 | 130 | 44 |
| Binary | 10000001 | 1011 | 10101100 | 11001 | 1011110 | 0 | 100001 | 100011100 | 1011000 | 100100 |
Color Harmonies of #810BAC
Complementary color
Monochromatic Colors of #810BAC
Black with #810BAC
Text Example
Text Example
White with #810BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810BAC; }
p { color: rgb(129,11,172); }
H1.HeaderClassName
{
color: #810BAC;
}
.AnyTagClassName
{
color: #810BAC;
}
</style>
background-color css
<style>
a { background-color: #810BAC; }
a { background-color: rgb(129,11,172); }
div.DivClassName
{
background-color: #810BAC;
}
.BgClassName
{
background-color: #810BAC;
}
</style>
border-color css
<style>
span { border-color: #810BAC; }
span { border-color: rgb(129,11,172); }
td.TdClassName
{
border-color: #810BAC;
}
.TagClassName
{
border-color: #810BAC;
}
</style>