Shades of Dark Magenta #8A0AAA
Tints of Dark Magenta #8A0AAA
RGB
CMYK
RGB Variations
Color information
#8A0AAA (or 0x8A0AAA) is known color: Dark Magenta. HEX triplet: 8A, 0A and AA. RGB value is (138,10,170). Sum of RGB (Red+Green+Blue) = 138+10+170=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 10 (4.30% from 255 or 3.14% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A0AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0AAA is #75F555. Grayscale: #424242. Windows color (decimal): -7730518 or 11143818. OLE color: 11143818.
HSL color Cylindrical-coordinate representation of color #8A0AAA: hue angle of 288º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0AAA is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 10 | 170 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.33 |
| HSL | 288º | 0.89% | 0.35% | - |
| HSV(B) | 288º | 0.94% | 0.67% | - |
| XYZ | 17.85 | 8.52 | 38.73 | - |
| YUV | 66.51 | 186.41 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 10 | 170 | 0.19 | 0.94 | 0 | 0.33 | 288 | 0.89 | 0.35 |
| Hex | 8A | A | AA | 13 | 5E | 0 | 21 | 120 | 59 | 23 |
| Octal | 212 | 12 | 252 | 23 | 136 | 0 | 41 | 440 | 131 | 43 |
| Binary | 10001010 | 1010 | 10101010 | 10011 | 1011110 | 0 | 100001 | 100100000 | 1011001 | 100011 |
Color Harmonies of #8A0AAA
Complementary color
Monochromatic Colors of #8A0AAA
Black with #8A0AAA
Text Example
Text Example
White with #8A0AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0AAA; }
p { color: rgb(138,10,170); }
H1.HeaderClassName
{
color: #8A0AAA;
}
.AnyTagClassName
{
color: #8A0AAA;
}
</style>
background-color css
<style>
a { background-color: #8A0AAA; }
a { background-color: rgb(138,10,170); }
div.DivClassName
{
background-color: #8A0AAA;
}
.BgClassName
{
background-color: #8A0AAA;
}
</style>
border-color css
<style>
span { border-color: #8A0AAA; }
span { border-color: rgb(138,10,170); }
td.TdClassName
{
border-color: #8A0AAA;
}
.TagClassName
{
border-color: #8A0AAA;
}
</style>