Shades of Dark Magenta #8C079A
Tints of Dark Magenta #8C079A
RGB
CMYK
RGB Variations
Color information
#8C079A (or 0x8C079A) is known color: Dark Magenta. HEX triplet: 8C, 07 and 9A. RGB value is (140,7,154). Sum of RGB (Red+Green+Blue) = 140+7+154=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #8C079A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C079A is #73F865. Grayscale: #3F3F3F. Windows color (decimal): -7600230 or 10094476. OLE color: 10094476.
HSL color Cylindrical-coordinate representation of color #8C079A: hue angle of 294.29º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C079A is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 7 | 154 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.40 |
| HSL | 294.29º | 0.91% | 0.32% | - |
| HSV(B) | 294.29º | 0.95% | 0.6% | - |
| XYZ | 16.72 | 8.06 | 31.25 | - |
| YUV | 63.53 | 179.06 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 154 | 0.09 | 0.95 | 0 | 0.40 | 294.29 | 0.91 | 0.32 |
| Hex | 8C | 7 | 9A | 9 | 5F | 0 | 28 | 126 | 5B | 20 |
| Octal | 214 | 7 | 232 | 11 | 137 | 0 | 50 | 446 | 133 | 40 |
| Binary | 10001100 | 111 | 10011010 | 1001 | 1011111 | 0 | 101000 | 100100110 | 1011011 | 100000 |
Color Harmonies of #8C079A
Complementary color
Monochromatic Colors of #8C079A
Black with #8C079A
Text Example
Text Example
White with #8C079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C079A; }
p { color: rgb(140,7,154); }
H1.HeaderClassName
{
color: #8C079A;
}
.AnyTagClassName
{
color: #8C079A;
}
</style>
background-color css
<style>
a { background-color: #8C079A; }
a { background-color: rgb(140,7,154); }
div.DivClassName
{
background-color: #8C079A;
}
.BgClassName
{
background-color: #8C079A;
}
</style>
border-color css
<style>
span { border-color: #8C079A; }
span { border-color: rgb(140,7,154); }
td.TdClassName
{
border-color: #8C079A;
}
.TagClassName
{
border-color: #8C079A;
}
</style>