Shades of Dark Magenta #8C109C
Tints of Dark Magenta #8C109C
RGB
CMYK
RGB Variations
Color information
#8C109C (or 0x8C109C) is known color: Dark Magenta. HEX triplet: 8C, 10 and 9C. RGB value is (140,16,156). Sum of RGB (Red+Green+Blue) = 140+16+156=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #8C109C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C109C is #73EF63. Grayscale: #444444. Windows color (decimal): -7597924 or 10227852. OLE color: 10227852.
HSL color Cylindrical-coordinate representation of color #8C109C: hue angle of 293.14º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C109C is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 16 | 156 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.39 |
| HSL | 293.14º | 0.81% | 0.34% | - |
| HSV(B) | 293.14º | 0.9% | 0.61% | - |
| XYZ | 17 | 8.35 | 32.17 | - |
| YUV | 69.04 | 177.08 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 156 | 0.10 | 0.90 | 0 | 0.39 | 293.14 | 0.81 | 0.34 |
| Hex | 8C | 10 | 9C | A | 5A | 0 | 27 | 125 | 51 | 22 |
| Octal | 214 | 20 | 234 | 12 | 132 | 0 | 47 | 445 | 121 | 42 |
| Binary | 10001100 | 10000 | 10011100 | 1010 | 1011010 | 0 | 100111 | 100100101 | 1010001 | 100010 |
Color Harmonies of #8C109C
Complementary color
Monochromatic Colors of #8C109C
Black with #8C109C
Text Example
Text Example
White with #8C109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C109C; }
p { color: rgb(140,16,156); }
H1.HeaderClassName
{
color: #8C109C;
}
.AnyTagClassName
{
color: #8C109C;
}
</style>
background-color css
<style>
a { background-color: #8C109C; }
a { background-color: rgb(140,16,156); }
div.DivClassName
{
background-color: #8C109C;
}
.BgClassName
{
background-color: #8C109C;
}
</style>
border-color css
<style>
span { border-color: #8C109C; }
span { border-color: rgb(140,16,156); }
td.TdClassName
{
border-color: #8C109C;
}
.TagClassName
{
border-color: #8C109C;
}
</style>