Shades of Dark Magenta #9E098D
Tints of Dark Magenta #9E098D
RGB
CMYK
RGB Variations
Color information
#9E098D (or 0x9E098D) is known color: Dark Magenta. HEX triplet: 9E, 09 and 8D. RGB value is (158,9,141). Sum of RGB (Red+Green+Blue) = 158+9+141=308 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.30% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 158 - color contains mainly: red. Hex color #9E098D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E098D is #61F672. Grayscale: #444444. Windows color (decimal): -6420083 or 9243038. OLE color: 9243038.
HSL color Cylindrical-coordinate representation of color #9E098D: hue angle of 306.85º 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 #9E098D is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 9 | 141 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.38 |
| HSL | 306.85º | 0.89% | 0.33% | - |
| HSV(B) | 306.85º | 0.94% | 0.62% | - |
| XYZ | 19.01 | 9.39 | 26.01 | - |
| YUV | 68.6 | 168.86 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 9 | 141 | 0 | 0.94 | 0.11 | 0.38 | 306.85 | 0.89 | 0.33 |
| Hex | 9E | 9 | 8D | 0 | 5E | B | 26 | 133 | 59 | 21 |
| Octal | 236 | 11 | 215 | 0 | 136 | 13 | 46 | 463 | 131 | 41 |
| Binary | 10011110 | 1001 | 10001101 | 0 | 1011110 | 1011 | 100110 | 100110011 | 1011001 | 100001 |
Color Harmonies of #9E098D
Complementary color
Monochromatic Colors of #9E098D
Black with #9E098D
Text Example
Text Example
White with #9E098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E098D; }
p { color: rgb(158,9,141); }
H1.HeaderClassName
{
color: #9E098D;
}
.AnyTagClassName
{
color: #9E098D;
}
</style>
background-color css
<style>
a { background-color: #9E098D; }
a { background-color: rgb(158,9,141); }
div.DivClassName
{
background-color: #9E098D;
}
.BgClassName
{
background-color: #9E098D;
}
</style>
border-color css
<style>
span { border-color: #9E098D; }
span { border-color: rgb(158,9,141); }
td.TdClassName
{
border-color: #9E098D;
}
.TagClassName
{
border-color: #9E098D;
}
</style>