Shades of Dark Magenta #8C0A92
Tints of Dark Magenta #8C0A92
RGB
CMYK
RGB Variations
Color information
#8C0A92 (or 0x8C0A92) is known color: Dark Magenta. HEX triplet: 8C, 0A and 92. RGB value is (140,10,146). Sum of RGB (Red+Green+Blue) = 140+10+146=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #8C0A92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0A92 is #73F56D. Grayscale: #3F3F3F. Windows color (decimal): -7599470 or 9570956. OLE color: 9570956.
HSL color Cylindrical-coordinate representation of color #8C0A92: hue angle of 297.35º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0A92 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 10 | 146 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.43 |
| HSL | 297.35º | 0.87% | 0.31% | - |
| HSV(B) | 297.35º | 0.93% | 0.57% | - |
| XYZ | 16.11 | 7.87 | 27.86 | - |
| YUV | 64.37 | 174.07 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 146 | 0.04 | 0.93 | 0 | 0.43 | 297.35 | 0.87 | 0.31 |
| Hex | 8C | A | 92 | 4 | 5D | 0 | 2B | 129 | 57 | 1F |
| Octal | 214 | 12 | 222 | 4 | 135 | 0 | 53 | 451 | 127 | 37 |
| Binary | 10001100 | 1010 | 10010010 | 100 | 1011101 | 0 | 101011 | 100101001 | 1010111 | 11111 |
Color Harmonies of #8C0A92
Complementary color
Monochromatic Colors of #8C0A92
Black with #8C0A92
Text Example
Text Example
White with #8C0A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0A92; }
p { color: rgb(140,10,146); }
H1.HeaderClassName
{
color: #8C0A92;
}
.AnyTagClassName
{
color: #8C0A92;
}
</style>
background-color css
<style>
a { background-color: #8C0A92; }
a { background-color: rgb(140,10,146); }
div.DivClassName
{
background-color: #8C0A92;
}
.BgClassName
{
background-color: #8C0A92;
}
</style>
border-color css
<style>
span { border-color: #8C0A92; }
span { border-color: rgb(140,10,146); }
td.TdClassName
{
border-color: #8C0A92;
}
.TagClassName
{
border-color: #8C0A92;
}
</style>