Shades of Dark Magenta #8109AD
Tints of Dark Magenta #8109AD
RGB
CMYK
RGB Variations
Color information
#8109AD (or 0x8109AD) is known color: Dark Magenta. HEX triplet: 81, 09 and AD. RGB value is (129,9,173). Sum of RGB (Red+Green+Blue) = 129+9+173=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #8109AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8109AD is #7EF652. Grayscale: #3F3F3F. Windows color (decimal): -8320595 or 11340161. OLE color: 11340161.
HSL color Cylindrical-coordinate representation of color #8109AD: hue angle of 283.9º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8109AD is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 9 | 173 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.32 |
| HSL | 283.9º | 0.9% | 0.36% | - |
| HSV(B) | 283.9º | 0.95% | 0.68% | - |
| XYZ | 16.69 | 7.88 | 40.18 | - |
| YUV | 63.58 | 189.76 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 9 | 173 | 0.25 | 0.95 | 0 | 0.32 | 283.9 | 0.9 | 0.36 |
| Hex | 81 | 9 | AD | 19 | 5F | 0 | 20 | 11C | 5A | 24 |
| Octal | 201 | 11 | 255 | 31 | 137 | 0 | 40 | 434 | 132 | 44 |
| Binary | 10000001 | 1001 | 10101101 | 11001 | 1011111 | 0 | 100000 | 100011100 | 1011010 | 100100 |
Color Harmonies of #8109AD
Complementary color
Monochromatic Colors of #8109AD
Black with #8109AD
Text Example
Text Example
White with #8109AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8109AD; }
p { color: rgb(129,9,173); }
H1.HeaderClassName
{
color: #8109AD;
}
.AnyTagClassName
{
color: #8109AD;
}
</style>
background-color css
<style>
a { background-color: #8109AD; }
a { background-color: rgb(129,9,173); }
div.DivClassName
{
background-color: #8109AD;
}
.BgClassName
{
background-color: #8109AD;
}
</style>
border-color css
<style>
span { border-color: #8109AD; }
span { border-color: rgb(129,9,173); }
td.TdClassName
{
border-color: #8109AD;
}
.TagClassName
{
border-color: #8109AD;
}
</style>