Shades of Dark Magenta #8A00A0
Tints of Dark Magenta #8A00A0
RGB
CMYK
RGB Variations
Color information
#8A00A0 (or 0x8A00A0) is known color: Dark Magenta. HEX triplet: 8A, 00 and A0. RGB value is (138,0,160). Sum of RGB (Red+Green+Blue) = 138+0+160=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 160 (62.89% from 255 or 53.69% from 298); Max value from RGB is 160 - color contains mainly: blue. Hex color #8A00A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A00A0 is #75FF5F. Grayscale: #3B3B3B. Windows color (decimal): -7733088 or 10485898. OLE color: 10485898.
HSL color Cylindrical-coordinate representation of color #8A00A0: hue angle of 291.75º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A00A0 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 0 | 160 | - |
| CMYK | 0.14 | 1 | 0 | 0.37 |
| HSL | 291.75º | 1% | 0.31% | - |
| HSV(B) | 291.75º | 1% | 0.63% | - |
| XYZ | 16.83 | 7.94 | 33.9 | - |
| YUV | 59.5 | 184.72 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 160 | 0.14 | 1 | 0 | 0.37 | 291.75 | 1 | 0.31 |
| Hex | 8A | 0 | A0 | E | 64 | 0 | 25 | 124 | 64 | 1F |
| Octal | 212 | 0 | 240 | 16 | 144 | 0 | 45 | 444 | 144 | 37 |
| Binary | 10001010 | 0 | 10100000 | 1110 | 1100100 | 0 | 100101 | 100100100 | 1100100 | 11111 |
Color Harmonies of #8A00A0
Complementary color
Monochromatic Colors of #8A00A0
Black with #8A00A0
Text Example
Text Example
White with #8A00A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A00A0; }
p { color: rgb(138,0,160); }
H1.HeaderClassName
{
color: #8A00A0;
}
.AnyTagClassName
{
color: #8A00A0;
}
</style>
background-color css
<style>
a { background-color: #8A00A0; }
a { background-color: rgb(138,0,160); }
div.DivClassName
{
background-color: #8A00A0;
}
.BgClassName
{
background-color: #8A00A0;
}
</style>
border-color css
<style>
span { border-color: #8A00A0; }
span { border-color: rgb(138,0,160); }
td.TdClassName
{
border-color: #8A00A0;
}
.TagClassName
{
border-color: #8A00A0;
}
</style>