Shades of Dark Magenta #8A00AA
Tints of Dark Magenta #8A00AA
RGB
CMYK
RGB Variations
Color information
#8A00AA (or 0x8A00AA) is known color: Dark Magenta. HEX triplet: 8A, 00 and AA. RGB value is (138,0,170). Sum of RGB (Red+Green+Blue) = 138+0+170=308 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.81% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A00AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A00AA is #75FF55. Grayscale: #3C3C3C. Windows color (decimal): -7733078 or 11141258. OLE color: 11141258.
HSL color Cylindrical-coordinate representation of color #8A00AA: hue angle of 288.71º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A00AA is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 0 | 170 | - |
| CMYK | 0.19 | 1 | 0 | 0.33 |
| HSL | 288.71º | 1% | 0.33% | - |
| HSV(B) | 288.71º | 1% | 0.67% | - |
| XYZ | 17.74 | 8.31 | 38.7 | - |
| YUV | 60.64 | 189.72 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 170 | 0.19 | 1 | 0 | 0.33 | 288.71 | 1 | 0.33 |
| Hex | 8A | 0 | AA | 13 | 64 | 0 | 21 | 121 | 64 | 21 |
| Octal | 212 | 0 | 252 | 23 | 144 | 0 | 41 | 441 | 144 | 41 |
| Binary | 10001010 | 0 | 10101010 | 10011 | 1100100 | 0 | 100001 | 100100001 | 1100100 | 100001 |
Color Harmonies of #8A00AA
Complementary color
Monochromatic Colors of #8A00AA
Black with #8A00AA
Text Example
Text Example
White with #8A00AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A00AA; }
p { color: rgb(138,0,170); }
H1.HeaderClassName
{
color: #8A00AA;
}
.AnyTagClassName
{
color: #8A00AA;
}
</style>
background-color css
<style>
a { background-color: #8A00AA; }
a { background-color: rgb(138,0,170); }
div.DivClassName
{
background-color: #8A00AA;
}
.BgClassName
{
background-color: #8A00AA;
}
</style>
border-color css
<style>
span { border-color: #8A00AA; }
span { border-color: rgb(138,0,170); }
td.TdClassName
{
border-color: #8A00AA;
}
.TagClassName
{
border-color: #8A00AA;
}
</style>