Shades of Dark Magenta #8011A2
Tints of Dark Magenta #8011A2
RGB
CMYK
RGB Variations
Color information
#8011A2 (or 0x8011A2) is known color: Dark Magenta. HEX triplet: 80, 11 and A2. RGB value is (128,17,162). Sum of RGB (Red+Green+Blue) = 128+17+162=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 162 (63.67% from 255 or 52.77% from 307); Max value from RGB is 162 - color contains mainly: blue. Hex color #8011A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8011A2 is #7FEE5D. Grayscale: #424242. Windows color (decimal): -8384094 or 10621312. OLE color: 10621312.
HSL color Cylindrical-coordinate representation of color #8011A2: hue angle of 285.93º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8011A2 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 17 | 162 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.36 |
| HSL | 285.93º | 0.81% | 0.35% | - |
| HSV(B) | 285.93º | 0.9% | 0.64% | - |
| XYZ | 15.62 | 7.6 | 34.83 | - |
| YUV | 66.72 | 181.77 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 17 | 162 | 0.21 | 0.90 | 0 | 0.36 | 285.93 | 0.81 | 0.35 |
| Hex | 80 | 11 | A2 | 15 | 5A | 0 | 24 | 11E | 51 | 23 |
| Octal | 200 | 21 | 242 | 25 | 132 | 0 | 44 | 436 | 121 | 43 |
| Binary | 10000000 | 10001 | 10100010 | 10101 | 1011010 | 0 | 100100 | 100011110 | 1010001 | 100011 |
Color Harmonies of #8011A2
Complementary color
Monochromatic Colors of #8011A2
Black with #8011A2
Text Example
Text Example
White with #8011A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8011A2; }
p { color: rgb(128,17,162); }
H1.HeaderClassName
{
color: #8011A2;
}
.AnyTagClassName
{
color: #8011A2;
}
</style>
background-color css
<style>
a { background-color: #8011A2; }
a { background-color: rgb(128,17,162); }
div.DivClassName
{
background-color: #8011A2;
}
.BgClassName
{
background-color: #8011A2;
}
</style>
border-color css
<style>
span { border-color: #8011A2; }
span { border-color: rgb(128,17,162); }
td.TdClassName
{
border-color: #8011A2;
}
.TagClassName
{
border-color: #8011A2;
}
</style>