Shades of Dark Magenta #8100A3
Tints of Dark Magenta #8100A3
RGB
CMYK
RGB Variations
Color information
#8100A3 (or 0x8100A3) is known color: Dark Magenta. HEX triplet: 81, 00 and A3. RGB value is (129,0,163). Sum of RGB (Red+Green+Blue) = 129+0+163=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 163 (64.06% from 255 or 55.82% from 292); Max value from RGB is 163 - color contains mainly: blue. Hex color #8100A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8100A3 is #7EFF5C. Grayscale: #383838. Windows color (decimal): -8322909 or 10682497. OLE color: 10682497.
HSL color Cylindrical-coordinate representation of color #8100A3: hue angle of 287.48º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8100A3 is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 0 | 163 | - |
| CMYK | 0.21 | 1 | 0 | 0.36 |
| HSL | 287.48º | 1% | 0.32% | - |
| HSV(B) | 287.48º | 1% | 0.64% | - |
| XYZ | 15.66 | 7.31 | 35.24 | - |
| YUV | 57.15 | 187.74 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 163 | 0.21 | 1 | 0 | 0.36 | 287.48 | 1 | 0.32 |
| Hex | 81 | 0 | A3 | 15 | 64 | 0 | 24 | 11F | 64 | 20 |
| Octal | 201 | 0 | 243 | 25 | 144 | 0 | 44 | 437 | 144 | 40 |
| Binary | 10000001 | 0 | 10100011 | 10101 | 1100100 | 0 | 100100 | 100011111 | 1100100 | 100000 |
Color Harmonies of #8100A3
Complementary color
Monochromatic Colors of #8100A3
Black with #8100A3
Text Example
Text Example
White with #8100A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8100A3; }
p { color: rgb(129,0,163); }
H1.HeaderClassName
{
color: #8100A3;
}
.AnyTagClassName
{
color: #8100A3;
}
</style>
background-color css
<style>
a { background-color: #8100A3; }
a { background-color: rgb(129,0,163); }
div.DivClassName
{
background-color: #8100A3;
}
.BgClassName
{
background-color: #8100A3;
}
</style>
border-color css
<style>
span { border-color: #8100A3; }
span { border-color: rgb(129,0,163); }
td.TdClassName
{
border-color: #8100A3;
}
.TagClassName
{
border-color: #8100A3;
}
</style>