Shades of Dark Magenta #8011AB
Tints of Dark Magenta #8011AB
RGB
CMYK
RGB Variations
Color information
#8011AB (or 0x8011AB) is known color: Dark Magenta. HEX triplet: 80, 11 and AB. RGB value is (128,17,171). Sum of RGB (Red+Green+Blue) = 128+17+171=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #8011AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8011AB is #7FEE54. Grayscale: #434343. Windows color (decimal): -8384085 or 11211136. OLE color: 11211136.
HSL color Cylindrical-coordinate representation of color #8011AB: hue angle of 283.25º 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 #8011AB is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 17 | 171 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.33 |
| HSL | 283.25º | 0.82% | 0.37% | - |
| HSV(B) | 283.25º | 0.9% | 0.67% | - |
| XYZ | 16.45 | 7.93 | 39.19 | - |
| YUV | 67.75 | 186.27 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 17 | 171 | 0.25 | 0.90 | 0 | 0.33 | 283.25 | 0.82 | 0.37 |
| Hex | 80 | 11 | AB | 19 | 5A | 0 | 21 | 11B | 52 | 25 |
| Octal | 200 | 21 | 253 | 31 | 132 | 0 | 41 | 433 | 122 | 45 |
| Binary | 10000000 | 10001 | 10101011 | 11001 | 1011010 | 0 | 100001 | 100011011 | 1010010 | 100101 |
Color Harmonies of #8011AB
Complementary color
Monochromatic Colors of #8011AB
Black with #8011AB
Text Example
Text Example
White with #8011AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8011AB; }
p { color: rgb(128,17,171); }
H1.HeaderClassName
{
color: #8011AB;
}
.AnyTagClassName
{
color: #8011AB;
}
</style>
background-color css
<style>
a { background-color: #8011AB; }
a { background-color: rgb(128,17,171); }
div.DivClassName
{
background-color: #8011AB;
}
.BgClassName
{
background-color: #8011AB;
}
</style>
border-color css
<style>
span { border-color: #8011AB; }
span { border-color: rgb(128,17,171); }
td.TdClassName
{
border-color: #8011AB;
}
.TagClassName
{
border-color: #8011AB;
}
</style>