Shades of Dark Magenta #8A129A
Tints of Dark Magenta #8A129A
RGB
CMYK
RGB Variations
Color information
#8A129A (or 0x8A129A) is known color: Dark Magenta. HEX triplet: 8A, 12 and 9A. RGB value is (138,18,154). Sum of RGB (Red+Green+Blue) = 138+18+154=310 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.52% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #8A129A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A129A is #75ED65. Grayscale: #444444. Windows color (decimal): -7728486 or 10097290. OLE color: 10097290.
HSL color Cylindrical-coordinate representation of color #8A129A: hue angle of 292.94º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A129A is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 18 | 154 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.40 |
| HSL | 292.94º | 0.79% | 0.34% | - |
| HSV(B) | 292.94º | 0.88% | 0.6% | - |
| XYZ | 16.53 | 8.17 | 31.28 | - |
| YUV | 69.38 | 175.76 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 18 | 154 | 0.10 | 0.88 | 0 | 0.40 | 292.94 | 0.79 | 0.34 |
| Hex | 8A | 12 | 9A | A | 58 | 0 | 28 | 125 | 4F | 22 |
| Octal | 212 | 22 | 232 | 12 | 130 | 0 | 50 | 445 | 117 | 42 |
| Binary | 10001010 | 10010 | 10011010 | 1010 | 1011000 | 0 | 101000 | 100100101 | 1001111 | 100010 |
Color Harmonies of #8A129A
Complementary color
Monochromatic Colors of #8A129A
Black with #8A129A
Text Example
Text Example
White with #8A129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A129A; }
p { color: rgb(138,18,154); }
H1.HeaderClassName
{
color: #8A129A;
}
.AnyTagClassName
{
color: #8A129A;
}
</style>
background-color css
<style>
a { background-color: #8A129A; }
a { background-color: rgb(138,18,154); }
div.DivClassName
{
background-color: #8A129A;
}
.BgClassName
{
background-color: #8A129A;
}
</style>
border-color css
<style>
span { border-color: #8A129A; }
span { border-color: rgb(138,18,154); }
td.TdClassName
{
border-color: #8A129A;
}
.TagClassName
{
border-color: #8A129A;
}
</style>