Shades of Dark Magenta #810A9B
Tints of Dark Magenta #810A9B
RGB
CMYK
RGB Variations
Color information
#810A9B (or 0x810A9B) is known color: Dark Magenta. HEX triplet: 81, 0A and 9B. RGB value is (129,10,155). Sum of RGB (Red+Green+Blue) = 129+10+155=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #810A9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810A9B is #7EF564. Grayscale: #3D3D3D. Windows color (decimal): -8320357 or 10160769. OLE color: 10160769.
HSL color Cylindrical-coordinate representation of color #810A9B: hue angle of 289.24º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810A9B is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 10 | 155 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.39 |
| HSL | 289.24º | 0.88% | 0.32% | - |
| HSV(B) | 289.24º | 0.94% | 0.61% | - |
| XYZ | 15.08 | 7.25 | 31.62 | - |
| YUV | 62.11 | 180.42 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 10 | 155 | 0.17 | 0.94 | 0 | 0.39 | 289.24 | 0.88 | 0.32 |
| Hex | 81 | A | 9B | 11 | 5E | 0 | 27 | 121 | 58 | 20 |
| Octal | 201 | 12 | 233 | 21 | 136 | 0 | 47 | 441 | 130 | 40 |
| Binary | 10000001 | 1010 | 10011011 | 10001 | 1011110 | 0 | 100111 | 100100001 | 1011000 | 100000 |
Color Harmonies of #810A9B
Complementary color
Monochromatic Colors of #810A9B
Black with #810A9B
Text Example
Text Example
White with #810A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810A9B; }
p { color: rgb(129,10,155); }
H1.HeaderClassName
{
color: #810A9B;
}
.AnyTagClassName
{
color: #810A9B;
}
</style>
background-color css
<style>
a { background-color: #810A9B; }
a { background-color: rgb(129,10,155); }
div.DivClassName
{
background-color: #810A9B;
}
.BgClassName
{
background-color: #810A9B;
}
</style>
border-color css
<style>
span { border-color: #810A9B; }
span { border-color: rgb(129,10,155); }
td.TdClassName
{
border-color: #810A9B;
}
.TagClassName
{
border-color: #810A9B;
}
</style>