Shades of Dark Magenta #9E0890
Tints of Dark Magenta #9E0890
RGB
CMYK
RGB Variations
Color information
#9E0890 (or 0x9E0890) is known color: Dark Magenta. HEX triplet: 9E, 08 and 90. RGB value is (158,8,144). Sum of RGB (Red+Green+Blue) = 158+8+144=310 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.97% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0890 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0890 is #61F76F. Grayscale: #434343. Windows color (decimal): -6420336 or 9439390. OLE color: 9439390.
HSL color Cylindrical-coordinate representation of color #9E0890: hue angle of 305.6º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E0890 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 8 | 144 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.38 |
| HSL | 305.6º | 0.9% | 0.33% | - |
| HSV(B) | 305.6º | 0.95% | 0.62% | - |
| XYZ | 19.22 | 9.46 | 27.2 | - |
| YUV | 68.35 | 170.7 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 144 | 0 | 0.95 | 0.09 | 0.38 | 305.6 | 0.9 | 0.33 |
| Hex | 9E | 8 | 90 | 0 | 5F | 9 | 26 | 132 | 5A | 21 |
| Octal | 236 | 10 | 220 | 0 | 137 | 11 | 46 | 462 | 132 | 41 |
| Binary | 10011110 | 1000 | 10010000 | 0 | 1011111 | 1001 | 100110 | 100110010 | 1011010 | 100001 |
Color Harmonies of #9E0890
Complementary color
Monochromatic Colors of #9E0890
Black with #9E0890
Text Example
Text Example
White with #9E0890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0890; }
p { color: rgb(158,8,144); }
H1.HeaderClassName
{
color: #9E0890;
}
.AnyTagClassName
{
color: #9E0890;
}
</style>
background-color css
<style>
a { background-color: #9E0890; }
a { background-color: rgb(158,8,144); }
div.DivClassName
{
background-color: #9E0890;
}
.BgClassName
{
background-color: #9E0890;
}
</style>
border-color css
<style>
span { border-color: #9E0890; }
span { border-color: rgb(158,8,144); }
td.TdClassName
{
border-color: #9E0890;
}
.TagClassName
{
border-color: #9E0890;
}
</style>