Shades of Dark Magenta #9E088D
Tints of Dark Magenta #9E088D
RGB
CMYK
RGB Variations
Color information
#9E088D (or 0x9E088D) is known color: Dark Magenta. HEX triplet: 9E, 08 and 8D. RGB value is (158,8,141). Sum of RGB (Red+Green+Blue) = 158+8+141=307 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.47% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 158 - color contains mainly: red. Hex color #9E088D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E088D is #61F772. Grayscale: #434343. Windows color (decimal): -6420339 or 9242782. OLE color: 9242782.
HSL color Cylindrical-coordinate representation of color #9E088D: hue angle of 306.8º 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 #9E088D is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 8 | 141 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.38 |
| HSL | 306.8º | 0.9% | 0.33% | - |
| HSV(B) | 306.8º | 0.95% | 0.62% | - |
| XYZ | 19 | 9.37 | 26.01 | - |
| YUV | 68.01 | 169.2 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 141 | 0 | 0.95 | 0.11 | 0.38 | 306.8 | 0.9 | 0.33 |
| Hex | 9E | 8 | 8D | 0 | 5F | B | 26 | 133 | 5A | 21 |
| Octal | 236 | 10 | 215 | 0 | 137 | 13 | 46 | 463 | 132 | 41 |
| Binary | 10011110 | 1000 | 10001101 | 0 | 1011111 | 1011 | 100110 | 100110011 | 1011010 | 100001 |
Color Harmonies of #9E088D
Complementary color
Monochromatic Colors of #9E088D
Black with #9E088D
Text Example
Text Example
White with #9E088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E088D; }
p { color: rgb(158,8,141); }
H1.HeaderClassName
{
color: #9E088D;
}
.AnyTagClassName
{
color: #9E088D;
}
</style>
background-color css
<style>
a { background-color: #9E088D; }
a { background-color: rgb(158,8,141); }
div.DivClassName
{
background-color: #9E088D;
}
.BgClassName
{
background-color: #9E088D;
}
</style>
border-color css
<style>
span { border-color: #9E088D; }
span { border-color: rgb(158,8,141); }
td.TdClassName
{
border-color: #9E088D;
}
.TagClassName
{
border-color: #9E088D;
}
</style>