Shades of Dark Magenta #9E06A0
Tints of Dark Magenta #9E06A0
RGB
CMYK
RGB Variations
Color information
#9E06A0 (or 0x9E06A0) is known color: Dark Magenta. HEX triplet: 9E, 06 and A0. RGB value is (158,6,160). Sum of RGB (Red+Green+Blue) = 158+6+160=324 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.77% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 160 (62.89% from 255 or 49.38% from 324); Max value from RGB is 160 - color contains mainly: blue. Hex color #9E06A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E06A0 is #61F95F. Grayscale: #444444. Windows color (decimal): -6420832 or 10487454. OLE color: 10487454.
HSL color Cylindrical-coordinate representation of color #9E06A0: hue angle of 299.22º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E06A0 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 6 | 160 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.37 |
| HSL | 299.22º | 0.93% | 0.33% | - |
| HSV(B) | 299.22º | 0.96% | 0.63% | - |
| XYZ | 20.51 | 9.94 | 34.09 | - |
| YUV | 69 | 179.36 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 6 | 160 | 0.01 | 0.96 | 0 | 0.37 | 299.22 | 0.93 | 0.33 |
| Hex | 9E | 6 | A0 | 1 | 60 | 0 | 25 | 12B | 5D | 21 |
| Octal | 236 | 6 | 240 | 1 | 140 | 0 | 45 | 453 | 135 | 41 |
| Binary | 10011110 | 110 | 10100000 | 1 | 1100000 | 0 | 100101 | 100101011 | 1011101 | 100001 |
Color Harmonies of #9E06A0
Complementary color
Monochromatic Colors of #9E06A0
Black with #9E06A0
Text Example
Text Example
White with #9E06A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E06A0; }
p { color: rgb(158,6,160); }
H1.HeaderClassName
{
color: #9E06A0;
}
.AnyTagClassName
{
color: #9E06A0;
}
</style>
background-color css
<style>
a { background-color: #9E06A0; }
a { background-color: rgb(158,6,160); }
div.DivClassName
{
background-color: #9E06A0;
}
.BgClassName
{
background-color: #9E06A0;
}
</style>
border-color css
<style>
span { border-color: #9E06A0; }
span { border-color: rgb(158,6,160); }
td.TdClassName
{
border-color: #9E06A0;
}
.TagClassName
{
border-color: #9E06A0;
}
</style>