Shades of Dark Magenta #8100A7
Tints of Dark Magenta #8100A7
RGB
CMYK
RGB Variations
Color information
#8100A7 (or 0x8100A7) is known color: Dark Magenta. HEX triplet: 81, 00 and A7. RGB value is (129,0,167). Sum of RGB (Red+Green+Blue) = 129+0+167=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 167 (65.62% from 255 or 56.42% from 296); Max value from RGB is 167 - color contains mainly: blue. Hex color #8100A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8100A7 is #7EFF58. Grayscale: #393939. Windows color (decimal): -8322905 or 10944641. OLE color: 10944641.
HSL color Cylindrical-coordinate representation of color #8100A7: hue angle of 286.35º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8100A7 is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 0 | 167 | - |
| CMYK | 0.23 | 1 | 0 | 0.35 |
| HSL | 286.35º | 1% | 0.33% | - |
| HSV(B) | 286.35º | 1% | 0.65% | - |
| XYZ | 16.03 | 7.46 | 37.15 | - |
| YUV | 57.61 | 189.74 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 167 | 0.23 | 1 | 0 | 0.35 | 286.35 | 1 | 0.33 |
| Hex | 81 | 0 | A7 | 17 | 64 | 0 | 23 | 11E | 64 | 21 |
| Octal | 201 | 0 | 247 | 27 | 144 | 0 | 43 | 436 | 144 | 41 |
| Binary | 10000001 | 0 | 10100111 | 10111 | 1100100 | 0 | 100011 | 100011110 | 1100100 | 100001 |
Color Harmonies of #8100A7
Complementary color
Monochromatic Colors of #8100A7
Black with #8100A7
Text Example
Text Example
White with #8100A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8100A7; }
p { color: rgb(129,0,167); }
H1.HeaderClassName
{
color: #8100A7;
}
.AnyTagClassName
{
color: #8100A7;
}
</style>
background-color css
<style>
a { background-color: #8100A7; }
a { background-color: rgb(129,0,167); }
div.DivClassName
{
background-color: #8100A7;
}
.BgClassName
{
background-color: #8100A7;
}
</style>
border-color css
<style>
span { border-color: #8100A7; }
span { border-color: rgb(129,0,167); }
td.TdClassName
{
border-color: #8100A7;
}
.TagClassName
{
border-color: #8100A7;
}
</style>