Shades of Dark Magenta #8A0CAA
Tints of Dark Magenta #8A0CAA
RGB
CMYK
RGB Variations
Color information
#8A0CAA (or 0x8A0CAA) is known color: Dark Magenta. HEX triplet: 8A, 0C and AA. RGB value is (138,12,170). Sum of RGB (Red+Green+Blue) = 138+12+170=320 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.12% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A0CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0CAA is #75F355. Grayscale: #434343. Windows color (decimal): -7730006 or 11144330. OLE color: 11144330.
HSL color Cylindrical-coordinate representation of color #8A0CAA: hue angle of 287.85º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A0CAA is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 12 | 170 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.33 |
| HSL | 287.85º | 0.87% | 0.36% | - |
| HSV(B) | 287.85º | 0.93% | 0.67% | - |
| XYZ | 17.87 | 8.57 | 38.74 | - |
| YUV | 67.69 | 185.74 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 12 | 170 | 0.19 | 0.93 | 0 | 0.33 | 287.85 | 0.87 | 0.36 |
| Hex | 8A | C | AA | 13 | 5D | 0 | 21 | 120 | 57 | 24 |
| Octal | 212 | 14 | 252 | 23 | 135 | 0 | 41 | 440 | 127 | 44 |
| Binary | 10001010 | 1100 | 10101010 | 10011 | 1011101 | 0 | 100001 | 100100000 | 1010111 | 100100 |
Color Harmonies of #8A0CAA
Complementary color
Monochromatic Colors of #8A0CAA
Black with #8A0CAA
Text Example
Text Example
White with #8A0CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0CAA; }
p { color: rgb(138,12,170); }
H1.HeaderClassName
{
color: #8A0CAA;
}
.AnyTagClassName
{
color: #8A0CAA;
}
</style>
background-color css
<style>
a { background-color: #8A0CAA; }
a { background-color: rgb(138,12,170); }
div.DivClassName
{
background-color: #8A0CAA;
}
.BgClassName
{
background-color: #8A0CAA;
}
</style>
border-color css
<style>
span { border-color: #8A0CAA; }
span { border-color: rgb(138,12,170); }
td.TdClassName
{
border-color: #8A0CAA;
}
.TagClassName
{
border-color: #8A0CAA;
}
</style>