Shades of Dark Magenta #8A00AB
Tints of Dark Magenta #8A00AB
RGB
CMYK
RGB Variations
Color information
#8A00AB (or 0x8A00AB) is known color: Dark Magenta. HEX triplet: 8A, 00 and AB. RGB value is (138,0,171). Sum of RGB (Red+Green+Blue) = 138+0+171=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A00AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A00AB is #75FF54. Grayscale: #3C3C3C. Windows color (decimal): -7733077 or 11206794. OLE color: 11206794.
HSL color Cylindrical-coordinate representation of color #8A00AB: hue angle of 288.42º 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 #8A00AB is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 0 | 171 | - |
| CMYK | 0.19 | 1 | 0 | 0.33 |
| HSL | 288.42º | 1% | 0.34% | - |
| HSV(B) | 288.42º | 1% | 0.67% | - |
| XYZ | 17.83 | 8.34 | 39.2 | - |
| YUV | 60.76 | 190.22 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 171 | 0.19 | 1 | 0 | 0.33 | 288.42 | 1 | 0.34 |
| Hex | 8A | 0 | AB | 13 | 64 | 0 | 21 | 120 | 64 | 22 |
| Octal | 212 | 0 | 253 | 23 | 144 | 0 | 41 | 440 | 144 | 42 |
| Binary | 10001010 | 0 | 10101011 | 10011 | 1100100 | 0 | 100001 | 100100000 | 1100100 | 100010 |
Color Harmonies of #8A00AB
Complementary color
Monochromatic Colors of #8A00AB
Black with #8A00AB
Text Example
Text Example
White with #8A00AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A00AB; }
p { color: rgb(138,0,171); }
H1.HeaderClassName
{
color: #8A00AB;
}
.AnyTagClassName
{
color: #8A00AB;
}
</style>
background-color css
<style>
a { background-color: #8A00AB; }
a { background-color: rgb(138,0,171); }
div.DivClassName
{
background-color: #8A00AB;
}
.BgClassName
{
background-color: #8A00AB;
}
</style>
border-color css
<style>
span { border-color: #8A00AB; }
span { border-color: rgb(138,0,171); }
td.TdClassName
{
border-color: #8A00AB;
}
.TagClassName
{
border-color: #8A00AB;
}
</style>