Shades of Dark Magenta #8011AC
Tints of Dark Magenta #8011AC
RGB
CMYK
RGB Variations
Color information
#8011AC (or 0x8011AC) is known color: Dark Magenta. HEX triplet: 80, 11 and AC. RGB value is (128,17,172). Sum of RGB (Red+Green+Blue) = 128+17+172=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #8011AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8011AC is #7FEE53. Grayscale: #434343. Windows color (decimal): -8384084 or 11276672. OLE color: 11276672.
HSL color Cylindrical-coordinate representation of color #8011AC: hue angle of 282.97º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8011AC is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 17 | 172 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.33 |
| HSL | 282.97º | 0.82% | 0.37% | - |
| HSV(B) | 282.97º | 0.9% | 0.67% | - |
| XYZ | 16.55 | 7.97 | 39.7 | - |
| YUV | 67.86 | 186.77 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 17 | 172 | 0.26 | 0.90 | 0 | 0.33 | 282.97 | 0.82 | 0.37 |
| Hex | 80 | 11 | AC | 1A | 5A | 0 | 21 | 11B | 52 | 25 |
| Octal | 200 | 21 | 254 | 32 | 132 | 0 | 41 | 433 | 122 | 45 |
| Binary | 10000000 | 10001 | 10101100 | 11010 | 1011010 | 0 | 100001 | 100011011 | 1010010 | 100101 |
Color Harmonies of #8011AC
Complementary color
Monochromatic Colors of #8011AC
Black with #8011AC
Text Example
Text Example
White with #8011AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8011AC; }
p { color: rgb(128,17,172); }
H1.HeaderClassName
{
color: #8011AC;
}
.AnyTagClassName
{
color: #8011AC;
}
</style>
background-color css
<style>
a { background-color: #8011AC; }
a { background-color: rgb(128,17,172); }
div.DivClassName
{
background-color: #8011AC;
}
.BgClassName
{
background-color: #8011AC;
}
</style>
border-color css
<style>
span { border-color: #8011AC; }
span { border-color: rgb(128,17,172); }
td.TdClassName
{
border-color: #8011AC;
}
.TagClassName
{
border-color: #8011AC;
}
</style>