Shades of Dark Magenta #9E00A0
Tints of Dark Magenta #9E00A0
RGB
CMYK
RGB Variations
Color information
#9E00A0 (or 0x9E00A0) is known color: Dark Magenta. HEX triplet: 9E, 00 and A0. RGB value is (158,0,160). Sum of RGB (Red+Green+Blue) = 158+0+160=318 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.69% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 160 (62.89% from 255 or 50.31% from 318); Max value from RGB is 160 - color contains mainly: blue. Hex color #9E00A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E00A0 is #61FF5F. Grayscale: #414141. Windows color (decimal): -6422368 or 10485918. OLE color: 10485918.
HSL color Cylindrical-coordinate representation of color #9E00A0: hue angle of 299.25º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E00A0 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 0 | 160 | - |
| CMYK | 0.01 | 1 | 0 | 0.37 |
| HSL | 299.25º | 1% | 0.31% | - |
| HSV(B) | 299.25º | 1% | 0.63% | - |
| XYZ | 20.45 | 9.81 | 34.07 | - |
| YUV | 65.48 | 181.35 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 160 | 0.01 | 1 | 0 | 0.37 | 299.25 | 1 | 0.31 |
| Hex | 9E | 0 | A0 | 1 | 64 | 0 | 25 | 12B | 64 | 1F |
| Octal | 236 | 0 | 240 | 1 | 144 | 0 | 45 | 453 | 144 | 37 |
| Binary | 10011110 | 0 | 10100000 | 1 | 1100100 | 0 | 100101 | 100101011 | 1100100 | 11111 |
Color Harmonies of #9E00A0
Complementary color
Monochromatic Colors of #9E00A0
Black with #9E00A0
Text Example
Text Example
White with #9E00A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E00A0; }
p { color: rgb(158,0,160); }
H1.HeaderClassName
{
color: #9E00A0;
}
.AnyTagClassName
{
color: #9E00A0;
}
</style>
background-color css
<style>
a { background-color: #9E00A0; }
a { background-color: rgb(158,0,160); }
div.DivClassName
{
background-color: #9E00A0;
}
.BgClassName
{
background-color: #9E00A0;
}
</style>
border-color css
<style>
span { border-color: #9E00A0; }
span { border-color: rgb(158,0,160); }
td.TdClassName
{
border-color: #9E00A0;
}
.TagClassName
{
border-color: #9E00A0;
}
</style>