Shades of Dark Magenta #8103AD
Tints of Dark Magenta #8103AD
RGB
CMYK
RGB Variations
Color information
#8103AD (or 0x8103AD) is known color: Dark Magenta. HEX triplet: 81, 03 and AD. RGB value is (129,3,173). Sum of RGB (Red+Green+Blue) = 129+3+173=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #8103AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8103AD is #7EFC52. Grayscale: #3B3B3B. Windows color (decimal): -8322131 or 11338625. OLE color: 11338625.
HSL color Cylindrical-coordinate representation of color #8103AD: hue angle of 284.47º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8103AD is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 3 | 173 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.32 |
| HSL | 284.47º | 0.97% | 0.35% | - |
| HSV(B) | 284.47º | 0.98% | 0.68% | - |
| XYZ | 16.63 | 7.75 | 40.15 | - |
| YUV | 60.05 | 191.74 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 3 | 173 | 0.25 | 0.98 | 0 | 0.32 | 284.47 | 0.97 | 0.35 |
| Hex | 81 | 3 | AD | 19 | 62 | 0 | 20 | 11C | 61 | 23 |
| Octal | 201 | 3 | 255 | 31 | 142 | 0 | 40 | 434 | 141 | 43 |
| Binary | 10000001 | 11 | 10101101 | 11001 | 1100010 | 0 | 100000 | 100011100 | 1100001 | 100011 |
Color Harmonies of #8103AD
Complementary color
Monochromatic Colors of #8103AD
Black with #8103AD
Text Example
Text Example
White with #8103AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8103AD; }
p { color: rgb(129,3,173); }
H1.HeaderClassName
{
color: #8103AD;
}
.AnyTagClassName
{
color: #8103AD;
}
</style>
background-color css
<style>
a { background-color: #8103AD; }
a { background-color: rgb(129,3,173); }
div.DivClassName
{
background-color: #8103AD;
}
.BgClassName
{
background-color: #8103AD;
}
</style>
border-color css
<style>
span { border-color: #8103AD; }
span { border-color: rgb(129,3,173); }
td.TdClassName
{
border-color: #8103AD;
}
.TagClassName
{
border-color: #8103AD;
}
</style>