Shades of Dark Magenta #9E079C
Tints of Dark Magenta #9E079C
RGB
CMYK
RGB Variations
Color information
#9E079C (or 0x9E079C) is known color: Dark Magenta. HEX triplet: 9E, 07 and 9C. RGB value is (158,7,156). Sum of RGB (Red+Green+Blue) = 158+7+156=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 158 - color contains mainly: red. Hex color #9E079C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E079C is #61F863. Grayscale: #444444. Windows color (decimal): -6420580 or 10225566. OLE color: 10225566.
HSL color Cylindrical-coordinate representation of color #9E079C: hue angle of 300.79º 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 #9E079C is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 7 | 156 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.38 |
| HSL | 300.79º | 0.92% | 0.32% | - |
| HSV(B) | 300.79º | 0.96% | 0.62% | - |
| XYZ | 20.18 | 9.82 | 32.28 | - |
| YUV | 69.14 | 177.03 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 7 | 156 | 0 | 0.96 | 0.01 | 0.38 | 300.79 | 0.92 | 0.32 |
| Hex | 9E | 7 | 9C | 0 | 60 | 1 | 26 | 12D | 5C | 20 |
| Octal | 236 | 7 | 234 | 0 | 140 | 1 | 46 | 455 | 134 | 40 |
| Binary | 10011110 | 111 | 10011100 | 0 | 1100000 | 1 | 100110 | 100101101 | 1011100 | 100000 |
Color Harmonies of #9E079C
Complementary color
Monochromatic Colors of #9E079C
Black with #9E079C
Text Example
Text Example
White with #9E079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E079C; }
p { color: rgb(158,7,156); }
H1.HeaderClassName
{
color: #9E079C;
}
.AnyTagClassName
{
color: #9E079C;
}
</style>
background-color css
<style>
a { background-color: #9E079C; }
a { background-color: rgb(158,7,156); }
div.DivClassName
{
background-color: #9E079C;
}
.BgClassName
{
background-color: #9E079C;
}
</style>
border-color css
<style>
span { border-color: #9E079C; }
span { border-color: rgb(158,7,156); }
td.TdClassName
{
border-color: #9E079C;
}
.TagClassName
{
border-color: #9E079C;
}
</style>