Shades of Dark Magenta #8107AD
Tints of Dark Magenta #8107AD
RGB
CMYK
RGB Variations
Color information
#8107AD (or 0x8107AD) is known color: Dark Magenta. HEX triplet: 81, 07 and AD. RGB value is (129,7,173). Sum of RGB (Red+Green+Blue) = 129+7+173=309 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.75% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #8107AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8107AD is #7EF852. Grayscale: #3D3D3D. Windows color (decimal): -8321107 or 11339649. OLE color: 11339649.
HSL color Cylindrical-coordinate representation of color #8107AD: hue angle of 284.1º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8107AD is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 7 | 173 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.32 |
| HSL | 284.1º | 0.92% | 0.35% | - |
| HSV(B) | 284.1º | 0.96% | 0.68% | - |
| XYZ | 16.67 | 7.84 | 40.17 | - |
| YUV | 62.4 | 190.42 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 7 | 173 | 0.25 | 0.96 | 0 | 0.32 | 284.1 | 0.92 | 0.35 |
| Hex | 81 | 7 | AD | 19 | 60 | 0 | 20 | 11C | 5C | 23 |
| Octal | 201 | 7 | 255 | 31 | 140 | 0 | 40 | 434 | 134 | 43 |
| Binary | 10000001 | 111 | 10101101 | 11001 | 1100000 | 0 | 100000 | 100011100 | 1011100 | 100011 |
Color Harmonies of #8107AD
Complementary color
Monochromatic Colors of #8107AD
Black with #8107AD
Text Example
Text Example
White with #8107AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8107AD; }
p { color: rgb(129,7,173); }
H1.HeaderClassName
{
color: #8107AD;
}
.AnyTagClassName
{
color: #8107AD;
}
</style>
background-color css
<style>
a { background-color: #8107AD; }
a { background-color: rgb(129,7,173); }
div.DivClassName
{
background-color: #8107AD;
}
.BgClassName
{
background-color: #8107AD;
}
</style>
border-color css
<style>
span { border-color: #8107AD; }
span { border-color: rgb(129,7,173); }
td.TdClassName
{
border-color: #8107AD;
}
.TagClassName
{
border-color: #8107AD;
}
</style>