Shades of Dark Magenta #810FAB
Tints of Dark Magenta #810FAB
RGB
CMYK
RGB Variations
Color information
#810FAB (or 0x810FAB) is known color: Dark Magenta. HEX triplet: 81, 0F and AB. RGB value is (129,15,171). Sum of RGB (Red+Green+Blue) = 129+15+171=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #810FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810FAB is #7EF054. Grayscale: #424242. Windows color (decimal): -8319061 or 11210625. OLE color: 11210625.
HSL color Cylindrical-coordinate representation of color #810FAB: hue angle of 283.85º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810FAB is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 15 | 171 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.33 |
| HSL | 283.85º | 0.84% | 0.36% | - |
| HSV(B) | 283.85º | 0.91% | 0.67% | - |
| XYZ | 16.57 | 7.95 | 39.19 | - |
| YUV | 66.87 | 186.77 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 15 | 171 | 0.25 | 0.91 | 0 | 0.33 | 283.85 | 0.84 | 0.36 |
| Hex | 81 | F | AB | 19 | 5B | 0 | 21 | 11C | 54 | 24 |
| Octal | 201 | 17 | 253 | 31 | 133 | 0 | 41 | 434 | 124 | 44 |
| Binary | 10000001 | 1111 | 10101011 | 11001 | 1011011 | 0 | 100001 | 100011100 | 1010100 | 100100 |
Color Harmonies of #810FAB
Complementary color
Monochromatic Colors of #810FAB
Black with #810FAB
Text Example
Text Example
White with #810FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810FAB; }
p { color: rgb(129,15,171); }
H1.HeaderClassName
{
color: #810FAB;
}
.AnyTagClassName
{
color: #810FAB;
}
</style>
background-color css
<style>
a { background-color: #810FAB; }
a { background-color: rgb(129,15,171); }
div.DivClassName
{
background-color: #810FAB;
}
.BgClassName
{
background-color: #810FAB;
}
</style>
border-color css
<style>
span { border-color: #810FAB; }
span { border-color: rgb(129,15,171); }
td.TdClassName
{
border-color: #810FAB;
}
.TagClassName
{
border-color: #810FAB;
}
</style>