Shades of Dark Magenta #8500AC
Tints of Dark Magenta #8500AC
RGB
CMYK
RGB Variations
Color information
#8500AC (or 0x8500AC) is known color: Dark Magenta. HEX triplet: 85, 00 and AC. RGB value is (133,0,172). Sum of RGB (Red+Green+Blue) = 133+0+172=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #8500AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8500AC is #7AFF53. Grayscale: #3A3A3A. Windows color (decimal): -8060756 or 11272325. OLE color: 11272325.
HSL color Cylindrical-coordinate representation of color #8500AC: hue angle of 286.4º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8500AC is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 0 | 172 | - |
| CMYK | 0.23 | 1 | 0 | 0.33 |
| HSL | 286.4º | 1% | 0.34% | - |
| HSV(B) | 286.4º | 1% | 0.67% | - |
| XYZ | 17.12 | 7.97 | 39.66 | - |
| YUV | 59.38 | 191.56 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 172 | 0.23 | 1 | 0 | 0.33 | 286.4 | 1 | 0.34 |
| Hex | 85 | 0 | AC | 17 | 64 | 0 | 21 | 11E | 64 | 22 |
| Octal | 205 | 0 | 254 | 27 | 144 | 0 | 41 | 436 | 144 | 42 |
| Binary | 10000101 | 0 | 10101100 | 10111 | 1100100 | 0 | 100001 | 100011110 | 1100100 | 100010 |
Color Harmonies of #8500AC
Complementary color
Monochromatic Colors of #8500AC
Black with #8500AC
Text Example
Text Example
White with #8500AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8500AC; }
p { color: rgb(133,0,172); }
H1.HeaderClassName
{
color: #8500AC;
}
.AnyTagClassName
{
color: #8500AC;
}
</style>
background-color css
<style>
a { background-color: #8500AC; }
a { background-color: rgb(133,0,172); }
div.DivClassName
{
background-color: #8500AC;
}
.BgClassName
{
background-color: #8500AC;
}
</style>
border-color css
<style>
span { border-color: #8500AC; }
span { border-color: rgb(133,0,172); }
td.TdClassName
{
border-color: #8500AC;
}
.TagClassName
{
border-color: #8500AC;
}
</style>