Shades of Dark Magenta #8501AD
Tints of Dark Magenta #8501AD
RGB
CMYK
RGB Variations
Color information
#8501AD (or 0x8501AD) is known color: Dark Magenta. HEX triplet: 85, 01 and AD. RGB value is (133,1,173). Sum of RGB (Red+Green+Blue) = 133+1+173=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #8501AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8501AD is #7AFE52. Grayscale: #3B3B3B. Windows color (decimal): -8060499 or 11338117. OLE color: 11338117.
HSL color Cylindrical-coordinate representation of color #8501AD: hue angle of 286.05º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8501AD is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 1 | 173 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.32 |
| HSL | 286.05º | 0.99% | 0.34% | - |
| HSV(B) | 286.05º | 0.99% | 0.68% | - |
| XYZ | 17.23 | 8.03 | 40.18 | - |
| YUV | 60.08 | 191.73 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 173 | 0.23 | 0.99 | 0 | 0.32 | 286.05 | 0.99 | 0.34 |
| Hex | 85 | 1 | AD | 17 | 63 | 0 | 20 | 11E | 63 | 22 |
| Octal | 205 | 1 | 255 | 27 | 143 | 0 | 40 | 436 | 143 | 42 |
| Binary | 10000101 | 1 | 10101101 | 10111 | 1100011 | 0 | 100000 | 100011110 | 1100011 | 100010 |
Color Harmonies of #8501AD
Complementary color
Monochromatic Colors of #8501AD
Black with #8501AD
Text Example
Text Example
White with #8501AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8501AD; }
p { color: rgb(133,1,173); }
H1.HeaderClassName
{
color: #8501AD;
}
.AnyTagClassName
{
color: #8501AD;
}
</style>
background-color css
<style>
a { background-color: #8501AD; }
a { background-color: rgb(133,1,173); }
div.DivClassName
{
background-color: #8501AD;
}
.BgClassName
{
background-color: #8501AD;
}
</style>
border-color css
<style>
span { border-color: #8501AD; }
span { border-color: rgb(133,1,173); }
td.TdClassName
{
border-color: #8501AD;
}
.TagClassName
{
border-color: #8501AD;
}
</style>