Shades of Dark Magenta #8A079E
Tints of Dark Magenta #8A079E
RGB
CMYK
RGB Variations
Color information
#8A079E (or 0x8A079E) is known color: Dark Magenta. HEX triplet: 8A, 07 and 9E. RGB value is (138,7,158). Sum of RGB (Red+Green+Blue) = 138+7+158=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A079E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A079E is #75F861. Grayscale: #3E3E3E. Windows color (decimal): -7731298 or 10356618. OLE color: 10356618.
HSL color Cylindrical-coordinate representation of color #8A079E: hue angle of 292.05º degrees, saturation: 0.92, 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 #8A079E is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 7 | 158 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.38 |
| HSL | 292.05º | 0.92% | 0.32% | - |
| HSV(B) | 292.05º | 0.96% | 0.62% | - |
| XYZ | 16.73 | 8.02 | 33.01 | - |
| YUV | 63.38 | 181.4 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 7 | 158 | 0.13 | 0.96 | 0 | 0.38 | 292.05 | 0.92 | 0.32 |
| Hex | 8A | 7 | 9E | D | 60 | 0 | 26 | 124 | 5C | 20 |
| Octal | 212 | 7 | 236 | 15 | 140 | 0 | 46 | 444 | 134 | 40 |
| Binary | 10001010 | 111 | 10011110 | 1101 | 1100000 | 0 | 100110 | 100100100 | 1011100 | 100000 |
Color Harmonies of #8A079E
Complementary color
Monochromatic Colors of #8A079E
Black with #8A079E
Text Example
Text Example
White with #8A079E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A079E; }
p { color: rgb(138,7,158); }
H1.HeaderClassName
{
color: #8A079E;
}
.AnyTagClassName
{
color: #8A079E;
}
</style>
background-color css
<style>
a { background-color: #8A079E; }
a { background-color: rgb(138,7,158); }
div.DivClassName
{
background-color: #8A079E;
}
.BgClassName
{
background-color: #8A079E;
}
</style>
border-color css
<style>
span { border-color: #8A079E; }
span { border-color: rgb(138,7,158); }
td.TdClassName
{
border-color: #8A079E;
}
.TagClassName
{
border-color: #8A079E;
}
</style>