Shades of Dark Magenta #8505AD
Tints of Dark Magenta #8505AD
RGB
CMYK
RGB Variations
Color information
#8505AD (or 0x8505AD) is known color: Dark Magenta. HEX triplet: 85, 05 and AD. RGB value is (133,5,173). Sum of RGB (Red+Green+Blue) = 133+5+173=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 5 (2.34% from 255 or 1.61% 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 #8505AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8505AD is #7AFA52. Grayscale: #3D3D3D. Windows color (decimal): -8059475 or 11339141. OLE color: 11339141.
HSL color Cylindrical-coordinate representation of color #8505AD: hue angle of 285.71º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8505AD is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 5 | 173 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.32 |
| HSL | 285.71º | 0.94% | 0.35% | - |
| HSV(B) | 285.71º | 0.97% | 0.68% | - |
| XYZ | 17.27 | 8.11 | 40.19 | - |
| YUV | 62.42 | 190.41 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 5 | 173 | 0.23 | 0.97 | 0 | 0.32 | 285.71 | 0.94 | 0.35 |
| Hex | 85 | 5 | AD | 17 | 61 | 0 | 20 | 11E | 5E | 23 |
| Octal | 205 | 5 | 255 | 27 | 141 | 0 | 40 | 436 | 136 | 43 |
| Binary | 10000101 | 101 | 10101101 | 10111 | 1100001 | 0 | 100000 | 100011110 | 1011110 | 100011 |
Color Harmonies of #8505AD
Complementary color
Monochromatic Colors of #8505AD
Black with #8505AD
Text Example
Text Example
White with #8505AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8505AD; }
p { color: rgb(133,5,173); }
H1.HeaderClassName
{
color: #8505AD;
}
.AnyTagClassName
{
color: #8505AD;
}
</style>
background-color css
<style>
a { background-color: #8505AD; }
a { background-color: rgb(133,5,173); }
div.DivClassName
{
background-color: #8505AD;
}
.BgClassName
{
background-color: #8505AD;
}
</style>
border-color css
<style>
span { border-color: #8505AD; }
span { border-color: rgb(133,5,173); }
td.TdClassName
{
border-color: #8505AD;
}
.TagClassName
{
border-color: #8505AD;
}
</style>