Shades of Dark Magenta #9E0987
Tints of Dark Magenta #9E0987
RGB
CMYK
RGB Variations
Color information
#9E0987 (or 0x9E0987) is known color: Dark Magenta. HEX triplet: 9E, 09 and 87. RGB value is (158,9,135). Sum of RGB (Red+Green+Blue) = 158+9+135=302 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.32% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0987 is #61F678. Grayscale: #434343. Windows color (decimal): -6420089 or 8849822. OLE color: 8849822.
HSL color Cylindrical-coordinate representation of color #9E0987: hue angle of 309.26º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E0987 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 9 | 135 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.38 |
| HSL | 309.26º | 0.89% | 0.33% | - |
| HSV(B) | 309.26º | 0.94% | 0.62% | - |
| XYZ | 18.57 | 9.21 | 23.72 | - |
| YUV | 67.92 | 165.86 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 9 | 135 | 0 | 0.94 | 0.15 | 0.38 | 309.26 | 0.89 | 0.33 |
| Hex | 9E | 9 | 87 | 0 | 5E | F | 26 | 135 | 59 | 21 |
| Octal | 236 | 11 | 207 | 0 | 136 | 17 | 46 | 465 | 131 | 41 |
| Binary | 10011110 | 1001 | 10000111 | 0 | 1011110 | 1111 | 100110 | 100110101 | 1011001 | 100001 |
Color Harmonies of #9E0987
Complementary color
Monochromatic Colors of #9E0987
Black with #9E0987
Text Example
Text Example
White with #9E0987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0987; }
p { color: rgb(158,9,135); }
H1.HeaderClassName
{
color: #9E0987;
}
.AnyTagClassName
{
color: #9E0987;
}
</style>
background-color css
<style>
a { background-color: #9E0987; }
a { background-color: rgb(158,9,135); }
div.DivClassName
{
background-color: #9E0987;
}
.BgClassName
{
background-color: #9E0987;
}
</style>
border-color css
<style>
span { border-color: #9E0987; }
span { border-color: rgb(158,9,135); }
td.TdClassName
{
border-color: #9E0987;
}
.TagClassName
{
border-color: #9E0987;
}
</style>