Shades of Dark Magenta #9E0087
Tints of Dark Magenta #9E0087
RGB
CMYK
RGB Variations
Color information
#9E0087 (or 0x9E0087) is known color: Dark Magenta. HEX triplet: 9E, 00 and 87. RGB value is (158,0,135). Sum of RGB (Red+Green+Blue) = 158+0+135=293 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.92% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0087 is #61FF78. Grayscale: #3E3E3E. Windows color (decimal): -6422393 or 8847518. OLE color: 8847518.
HSL color Cylindrical-coordinate representation of color #9E0087: hue angle of 308.73º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E0087 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 0 | 135 | - |
| CMYK | 0 | 1 | 0.15 | 0.38 |
| HSL | 308.73º | 1% | 0.31% | - |
| HSV(B) | 308.73º | 1% | 0.62% | - |
| XYZ | 18.47 | 9.02 | 23.69 | - |
| YUV | 62.63 | 168.85 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 135 | 0 | 1 | 0.15 | 0.38 | 308.73 | 1 | 0.31 |
| Hex | 9E | 0 | 87 | 0 | 64 | F | 26 | 135 | 64 | 1F |
| Octal | 236 | 0 | 207 | 0 | 144 | 17 | 46 | 465 | 144 | 37 |
| Binary | 10011110 | 0 | 10000111 | 0 | 1100100 | 1111 | 100110 | 100110101 | 1100100 | 11111 |
Color Harmonies of #9E0087
Complementary color
Monochromatic Colors of #9E0087
Black with #9E0087
Text Example
Text Example
White with #9E0087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0087; }
p { color: rgb(158,0,135); }
H1.HeaderClassName
{
color: #9E0087;
}
.AnyTagClassName
{
color: #9E0087;
}
</style>
background-color css
<style>
a { background-color: #9E0087; }
a { background-color: rgb(158,0,135); }
div.DivClassName
{
background-color: #9E0087;
}
.BgClassName
{
background-color: #9E0087;
}
</style>
border-color css
<style>
span { border-color: #9E0087; }
span { border-color: rgb(158,0,135); }
td.TdClassName
{
border-color: #9E0087;
}
.TagClassName
{
border-color: #9E0087;
}
</style>