Shades of Dark Magenta #9E07AC
Tints of Dark Magenta #9E07AC
RGB
CMYK
RGB Variations
Color information
#9E07AC (or 0x9E07AC) is known color: Dark Magenta. HEX triplet: 9E, 07 and AC. RGB value is (158,7,172). Sum of RGB (Red+Green+Blue) = 158+7+172=337 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.88% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E07AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E07AC is #61F853. Grayscale: #464646. Windows color (decimal): -6420564 or 11274142. OLE color: 11274142.
HSL color Cylindrical-coordinate representation of color #9E07AC: hue angle of 294.91º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E07AC is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 7 | 172 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.33 |
| HSL | 294.91º | 0.92% | 0.35% | - |
| HSV(B) | 294.91º | 0.96% | 0.67% | - |
| XYZ | 21.62 | 10.4 | 39.9 | - |
| YUV | 70.96 | 185.03 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 7 | 172 | 0.08 | 0.96 | 0 | 0.33 | 294.91 | 0.92 | 0.35 |
| Hex | 9E | 7 | AC | 8 | 60 | 0 | 21 | 127 | 5C | 23 |
| Octal | 236 | 7 | 254 | 10 | 140 | 0 | 41 | 447 | 134 | 43 |
| Binary | 10011110 | 111 | 10101100 | 1000 | 1100000 | 0 | 100001 | 100100111 | 1011100 | 100011 |
Color Harmonies of #9E07AC
Complementary color
Monochromatic Colors of #9E07AC
Black with #9E07AC
Text Example
Text Example
White with #9E07AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E07AC; }
p { color: rgb(158,7,172); }
H1.HeaderClassName
{
color: #9E07AC;
}
.AnyTagClassName
{
color: #9E07AC;
}
</style>
background-color css
<style>
a { background-color: #9E07AC; }
a { background-color: rgb(158,7,172); }
div.DivClassName
{
background-color: #9E07AC;
}
.BgClassName
{
background-color: #9E07AC;
}
</style>
border-color css
<style>
span { border-color: #9E07AC; }
span { border-color: rgb(158,7,172); }
td.TdClassName
{
border-color: #9E07AC;
}
.TagClassName
{
border-color: #9E07AC;
}
</style>