Shades of Dark Magenta #8500AB
Tints of Dark Magenta #8500AB
RGB
CMYK
RGB Variations
Color information
#8500AB (or 0x8500AB) is known color: Dark Magenta. HEX triplet: 85, 00 and AB. RGB value is (133,0,171). Sum of RGB (Red+Green+Blue) = 133+0+171=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #8500AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8500AB is #7AFF54. Grayscale: #3A3A3A. Windows color (decimal): -8060757 or 11206789. OLE color: 11206789.
HSL color Cylindrical-coordinate representation of color #8500AB: hue angle of 286.67º 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 #8500AB is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 0 | 171 | - |
| CMYK | 0.22 | 1 | 0 | 0.33 |
| HSL | 286.67º | 1% | 0.34% | - |
| HSV(B) | 286.67º | 1% | 0.67% | - |
| XYZ | 17.02 | 7.93 | 39.16 | - |
| YUV | 59.26 | 191.06 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 171 | 0.22 | 1 | 0 | 0.33 | 286.67 | 1 | 0.34 |
| Hex | 85 | 0 | AB | 16 | 64 | 0 | 21 | 11F | 64 | 22 |
| Octal | 205 | 0 | 253 | 26 | 144 | 0 | 41 | 437 | 144 | 42 |
| Binary | 10000101 | 0 | 10101011 | 10110 | 1100100 | 0 | 100001 | 100011111 | 1100100 | 100010 |
Color Harmonies of #8500AB
Complementary color
Monochromatic Colors of #8500AB
Black with #8500AB
Text Example
Text Example
White with #8500AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8500AB; }
p { color: rgb(133,0,171); }
H1.HeaderClassName
{
color: #8500AB;
}
.AnyTagClassName
{
color: #8500AB;
}
</style>
background-color css
<style>
a { background-color: #8500AB; }
a { background-color: rgb(133,0,171); }
div.DivClassName
{
background-color: #8500AB;
}
.BgClassName
{
background-color: #8500AB;
}
</style>
border-color css
<style>
span { border-color: #8500AB; }
span { border-color: rgb(133,0,171); }
td.TdClassName
{
border-color: #8500AB;
}
.TagClassName
{
border-color: #8500AB;
}
</style>