Shades of Dark Magenta #8A0DAA
Tints of Dark Magenta #8A0DAA
RGB
CMYK
RGB Variations
Color information
#8A0DAA (or 0x8A0DAA) is known color: Dark Magenta. HEX triplet: 8A, 0D and AA. RGB value is (138,13,170). Sum of RGB (Red+Green+Blue) = 138+13+170=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A0DAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0DAA is #75F255. Grayscale: #434343. Windows color (decimal): -7729750 or 11144586. OLE color: 11144586.
HSL color Cylindrical-coordinate representation of color #8A0DAA: hue angle of 287.77º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A0DAA is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 13 | 170 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.33 |
| HSL | 287.77º | 0.86% | 0.36% | - |
| HSV(B) | 287.77º | 0.92% | 0.67% | - |
| XYZ | 17.88 | 8.59 | 38.75 | - |
| YUV | 68.27 | 185.41 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 13 | 170 | 0.19 | 0.92 | 0 | 0.33 | 287.77 | 0.86 | 0.36 |
| Hex | 8A | D | AA | 13 | 5C | 0 | 21 | 120 | 56 | 24 |
| Octal | 212 | 15 | 252 | 23 | 134 | 0 | 41 | 440 | 126 | 44 |
| Binary | 10001010 | 1101 | 10101010 | 10011 | 1011100 | 0 | 100001 | 100100000 | 1010110 | 100100 |
Color Harmonies of #8A0DAA
Complementary color
Monochromatic Colors of #8A0DAA
Black with #8A0DAA
Text Example
Text Example
White with #8A0DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0DAA; }
p { color: rgb(138,13,170); }
H1.HeaderClassName
{
color: #8A0DAA;
}
.AnyTagClassName
{
color: #8A0DAA;
}
</style>
background-color css
<style>
a { background-color: #8A0DAA; }
a { background-color: rgb(138,13,170); }
div.DivClassName
{
background-color: #8A0DAA;
}
.BgClassName
{
background-color: #8A0DAA;
}
</style>
border-color css
<style>
span { border-color: #8A0DAA; }
span { border-color: rgb(138,13,170); }
td.TdClassName
{
border-color: #8A0DAA;
}
.TagClassName
{
border-color: #8A0DAA;
}
</style>