Shades of Dark Magenta #810F9C
Tints of Dark Magenta #810F9C
RGB
CMYK
RGB Variations
Color information
#810F9C (or 0x810F9C) is known color: Dark Magenta. HEX triplet: 81, 0F and 9C. RGB value is (129,15,156). Sum of RGB (Red+Green+Blue) = 129+15+156=300 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #810F9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810F9C is #7EF063. Grayscale: #404040. Windows color (decimal): -8319076 or 10227585. OLE color: 10227585.
HSL color Cylindrical-coordinate representation of color #810F9C: hue angle of 288.51º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #810F9C is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 15 | 156 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.39 |
| HSL | 288.51º | 0.82% | 0.34% | - |
| HSV(B) | 288.51º | 0.9% | 0.61% | - |
| XYZ | 15.22 | 7.41 | 32.08 | - |
| YUV | 65.16 | 179.27 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 15 | 156 | 0.17 | 0.90 | 0 | 0.39 | 288.51 | 0.82 | 0.34 |
| Hex | 81 | F | 9C | 11 | 5A | 0 | 27 | 121 | 52 | 22 |
| Octal | 201 | 17 | 234 | 21 | 132 | 0 | 47 | 441 | 122 | 42 |
| Binary | 10000001 | 1111 | 10011100 | 10001 | 1011010 | 0 | 100111 | 100100001 | 1010010 | 100010 |
Color Harmonies of #810F9C
Complementary color
Monochromatic Colors of #810F9C
Black with #810F9C
Text Example
Text Example
White with #810F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810F9C; }
p { color: rgb(129,15,156); }
H1.HeaderClassName
{
color: #810F9C;
}
.AnyTagClassName
{
color: #810F9C;
}
</style>
background-color css
<style>
a { background-color: #810F9C; }
a { background-color: rgb(129,15,156); }
div.DivClassName
{
background-color: #810F9C;
}
.BgClassName
{
background-color: #810F9C;
}
</style>
border-color css
<style>
span { border-color: #810F9C; }
span { border-color: rgb(129,15,156); }
td.TdClassName
{
border-color: #810F9C;
}
.TagClassName
{
border-color: #810F9C;
}
</style>