Shades of Dark Magenta #8C129A
Tints of Dark Magenta #8C129A
RGB
CMYK
RGB Variations
Color information
#8C129A (or 0x8C129A) is known color: Dark Magenta. HEX triplet: 8C, 12 and 9A. RGB value is (140,18,154). Sum of RGB (Red+Green+Blue) = 140+18+154=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #8C129A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C129A is #73ED65. Grayscale: #454545. Windows color (decimal): -7597414 or 10097292. OLE color: 10097292.
HSL color Cylindrical-coordinate representation of color #8C129A: hue angle of 293.82º 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 #8C129A is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 18 | 154 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.40 |
| HSL | 293.82º | 0.79% | 0.34% | - |
| HSV(B) | 293.82º | 0.88% | 0.6% | - |
| XYZ | 16.86 | 8.34 | 31.29 | - |
| YUV | 69.98 | 175.42 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 18 | 154 | 0.09 | 0.88 | 0 | 0.40 | 293.82 | 0.79 | 0.34 |
| Hex | 8C | 12 | 9A | 9 | 58 | 0 | 28 | 126 | 4F | 22 |
| Octal | 214 | 22 | 232 | 11 | 130 | 0 | 50 | 446 | 117 | 42 |
| Binary | 10001100 | 10010 | 10011010 | 1001 | 1011000 | 0 | 101000 | 100100110 | 1001111 | 100010 |
Color Harmonies of #8C129A
Complementary color
Monochromatic Colors of #8C129A
Black with #8C129A
Text Example
Text Example
White with #8C129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C129A; }
p { color: rgb(140,18,154); }
H1.HeaderClassName
{
color: #8C129A;
}
.AnyTagClassName
{
color: #8C129A;
}
</style>
background-color css
<style>
a { background-color: #8C129A; }
a { background-color: rgb(140,18,154); }
div.DivClassName
{
background-color: #8C129A;
}
.BgClassName
{
background-color: #8C129A;
}
</style>
border-color css
<style>
span { border-color: #8C129A; }
span { border-color: rgb(140,18,154); }
td.TdClassName
{
border-color: #8C129A;
}
.TagClassName
{
border-color: #8C129A;
}
</style>