Shades of Dark Magenta #8A01AB
Tints of Dark Magenta #8A01AB
RGB
CMYK
RGB Variations
Color information
#8A01AB (or 0x8A01AB) is known color: Dark Magenta. HEX triplet: 8A, 01 and AB. RGB value is (138,1,171). Sum of RGB (Red+Green+Blue) = 138+1+171=310 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.52% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A01AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A01AB is #75FE54. Grayscale: #3C3C3C. Windows color (decimal): -7732821 or 11207050. OLE color: 11207050.
HSL color Cylindrical-coordinate representation of color #8A01AB: hue angle of 288.35º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A01AB is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 1 | 171 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.33 |
| HSL | 288.35º | 0.99% | 0.34% | - |
| HSV(B) | 288.35º | 0.99% | 0.67% | - |
| XYZ | 17.84 | 8.37 | 39.2 | - |
| YUV | 61.34 | 189.89 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 1 | 171 | 0.19 | 0.99 | 0 | 0.33 | 288.35 | 0.99 | 0.34 |
| Hex | 8A | 1 | AB | 13 | 63 | 0 | 21 | 120 | 63 | 22 |
| Octal | 212 | 1 | 253 | 23 | 143 | 0 | 41 | 440 | 143 | 42 |
| Binary | 10001010 | 1 | 10101011 | 10011 | 1100011 | 0 | 100001 | 100100000 | 1100011 | 100010 |
Color Harmonies of #8A01AB
Complementary color
Monochromatic Colors of #8A01AB
Black with #8A01AB
Text Example
Text Example
White with #8A01AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A01AB; }
p { color: rgb(138,1,171); }
H1.HeaderClassName
{
color: #8A01AB;
}
.AnyTagClassName
{
color: #8A01AB;
}
</style>
background-color css
<style>
a { background-color: #8A01AB; }
a { background-color: rgb(138,1,171); }
div.DivClassName
{
background-color: #8A01AB;
}
.BgClassName
{
background-color: #8A01AB;
}
</style>
border-color css
<style>
span { border-color: #8A01AB; }
span { border-color: rgb(138,1,171); }
td.TdClassName
{
border-color: #8A01AB;
}
.TagClassName
{
border-color: #8A01AB;
}
</style>