Shades of Dark Magenta #8C079D
Tints of Dark Magenta #8C079D
RGB
CMYK
RGB Variations
Color information
#8C079D (or 0x8C079D) is known color: Dark Magenta. HEX triplet: 8C, 07 and 9D. RGB value is (140,7,157). Sum of RGB (Red+Green+Blue) = 140+7+157=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C079D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C079D is #73F862. Grayscale: #3F3F3F. Windows color (decimal): -7600227 or 10291084. OLE color: 10291084.
HSL color Cylindrical-coordinate representation of color #8C079D: hue angle of 293.2º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C079D is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 7 | 157 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.38 |
| HSL | 293.2º | 0.91% | 0.32% | - |
| HSV(B) | 293.2º | 0.96% | 0.62% | - |
| XYZ | 16.98 | 8.16 | 32.58 | - |
| YUV | 63.87 | 180.56 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 157 | 0.11 | 0.96 | 0 | 0.38 | 293.2 | 0.91 | 0.32 |
| Hex | 8C | 7 | 9D | B | 60 | 0 | 26 | 125 | 5B | 20 |
| Octal | 214 | 7 | 235 | 13 | 140 | 0 | 46 | 445 | 133 | 40 |
| Binary | 10001100 | 111 | 10011101 | 1011 | 1100000 | 0 | 100110 | 100100101 | 1011011 | 100000 |
Color Harmonies of #8C079D
Complementary color
Monochromatic Colors of #8C079D
Black with #8C079D
Text Example
Text Example
White with #8C079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C079D; }
p { color: rgb(140,7,157); }
H1.HeaderClassName
{
color: #8C079D;
}
.AnyTagClassName
{
color: #8C079D;
}
</style>
background-color css
<style>
a { background-color: #8C079D; }
a { background-color: rgb(140,7,157); }
div.DivClassName
{
background-color: #8C079D;
}
.BgClassName
{
background-color: #8C079D;
}
</style>
border-color css
<style>
span { border-color: #8C079D; }
span { border-color: rgb(140,7,157); }
td.TdClassName
{
border-color: #8C079D;
}
.TagClassName
{
border-color: #8C079D;
}
</style>