Shades of Dark Magenta #8C1091
Tints of Dark Magenta #8C1091
RGB
CMYK
RGB Variations
Color information
#8C1091 (or 0x8C1091) is known color: Dark Magenta. HEX triplet: 8C, 10 and 91. RGB value is (140,16,145). Sum of RGB (Red+Green+Blue) = 140+16+145=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 145 - color contains mainly: blue. Hex color #8C1091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1091 is #73EF6E. Grayscale: #434343. Windows color (decimal): -7597935 or 9506956. OLE color: 9506956.
HSL color Cylindrical-coordinate representation of color #8C1091: hue angle of 297.67º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C1091 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 16 | 145 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.43 |
| HSL | 297.67º | 0.8% | 0.32% | - |
| HSV(B) | 297.67º | 0.89% | 0.57% | - |
| XYZ | 16.11 | 7.99 | 27.48 | - |
| YUV | 67.78 | 171.58 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 145 | 0.03 | 0.89 | 0 | 0.43 | 297.67 | 0.8 | 0.32 |
| Hex | 8C | 10 | 91 | 3 | 59 | 0 | 2B | 12A | 50 | 20 |
| Octal | 214 | 20 | 221 | 3 | 131 | 0 | 53 | 452 | 120 | 40 |
| Binary | 10001100 | 10000 | 10010001 | 11 | 1011001 | 0 | 101011 | 100101010 | 1010000 | 100000 |
Color Harmonies of #8C1091
Complementary color
Monochromatic Colors of #8C1091
Black with #8C1091
Text Example
Text Example
White with #8C1091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1091; }
p { color: rgb(140,16,145); }
H1.HeaderClassName
{
color: #8C1091;
}
.AnyTagClassName
{
color: #8C1091;
}
</style>
background-color css
<style>
a { background-color: #8C1091; }
a { background-color: rgb(140,16,145); }
div.DivClassName
{
background-color: #8C1091;
}
.BgClassName
{
background-color: #8C1091;
}
</style>
border-color css
<style>
span { border-color: #8C1091; }
span { border-color: rgb(140,16,145); }
td.TdClassName
{
border-color: #8C1091;
}
.TagClassName
{
border-color: #8C1091;
}
</style>