Shades of Dark Magenta #8C1092
Tints of Dark Magenta #8C1092
RGB
CMYK
RGB Variations
Color information
#8C1092 (or 0x8C1092) is known color: Dark Magenta. HEX triplet: 8C, 10 and 92. RGB value is (140,16,146). Sum of RGB (Red+Green+Blue) = 140+16+146=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #8C1092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1092 is #73EF6D. Grayscale: #434343. Windows color (decimal): -7597934 or 9572492. OLE color: 9572492.
HSL color Cylindrical-coordinate representation of color #8C1092: hue angle of 297.23º 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 #8C1092 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 16 | 146 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.43 |
| HSL | 297.23º | 0.8% | 0.32% | - |
| HSV(B) | 297.23º | 0.89% | 0.57% | - |
| XYZ | 16.19 | 8.02 | 27.89 | - |
| YUV | 67.9 | 172.08 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 146 | 0.04 | 0.89 | 0 | 0.43 | 297.23 | 0.8 | 0.32 |
| Hex | 8C | 10 | 92 | 4 | 59 | 0 | 2B | 129 | 50 | 20 |
| Octal | 214 | 20 | 222 | 4 | 131 | 0 | 53 | 451 | 120 | 40 |
| Binary | 10001100 | 10000 | 10010010 | 100 | 1011001 | 0 | 101011 | 100101001 | 1010000 | 100000 |
Color Harmonies of #8C1092
Complementary color
Monochromatic Colors of #8C1092
Black with #8C1092
Text Example
Text Example
White with #8C1092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1092; }
p { color: rgb(140,16,146); }
H1.HeaderClassName
{
color: #8C1092;
}
.AnyTagClassName
{
color: #8C1092;
}
</style>
background-color css
<style>
a { background-color: #8C1092; }
a { background-color: rgb(140,16,146); }
div.DivClassName
{
background-color: #8C1092;
}
.BgClassName
{
background-color: #8C1092;
}
</style>
border-color css
<style>
span { border-color: #8C1092; }
span { border-color: rgb(140,16,146); }
td.TdClassName
{
border-color: #8C1092;
}
.TagClassName
{
border-color: #8C1092;
}
</style>