Shades of Dark Magenta #9E06AA
Tints of Dark Magenta #9E06AA
RGB
CMYK
RGB Variations
Color information
#9E06AA (or 0x9E06AA) is known color: Dark Magenta. HEX triplet: 9E, 06 and AA. RGB value is (158,6,170). Sum of RGB (Red+Green+Blue) = 158+6+170=334 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.31% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E06AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E06AA is #61F955. Grayscale: #454545. Windows color (decimal): -6420822 or 11142814. OLE color: 11142814.
HSL color Cylindrical-coordinate representation of color #9E06AA: hue angle of 295.61º degrees, saturation: 0.93, 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 #9E06AA is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 6 | 170 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.33 |
| HSL | 295.61º | 0.93% | 0.35% | - |
| HSV(B) | 295.61º | 0.96% | 0.67% | - |
| XYZ | 21.42 | 10.3 | 38.89 | - |
| YUV | 70.14 | 184.36 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 6 | 170 | 0.07 | 0.96 | 0 | 0.33 | 295.61 | 0.93 | 0.35 |
| Hex | 9E | 6 | AA | 7 | 60 | 0 | 21 | 128 | 5D | 23 |
| Octal | 236 | 6 | 252 | 7 | 140 | 0 | 41 | 450 | 135 | 43 |
| Binary | 10011110 | 110 | 10101010 | 111 | 1100000 | 0 | 100001 | 100101000 | 1011101 | 100011 |
Color Harmonies of #9E06AA
Complementary color
Monochromatic Colors of #9E06AA
Black with #9E06AA
Text Example
Text Example
White with #9E06AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E06AA; }
p { color: rgb(158,6,170); }
H1.HeaderClassName
{
color: #9E06AA;
}
.AnyTagClassName
{
color: #9E06AA;
}
</style>
background-color css
<style>
a { background-color: #9E06AA; }
a { background-color: rgb(158,6,170); }
div.DivClassName
{
background-color: #9E06AA;
}
.BgClassName
{
background-color: #9E06AA;
}
</style>
border-color css
<style>
span { border-color: #9E06AA; }
span { border-color: rgb(158,6,170); }
td.TdClassName
{
border-color: #9E06AA;
}
.TagClassName
{
border-color: #9E06AA;
}
</style>