Shades of Dark Magenta #9E018D
Tints of Dark Magenta #9E018D
RGB
CMYK
RGB Variations
Color information
#9E018D (or 0x9E018D) is known color: Dark Magenta. HEX triplet: 9E, 01 and 8D. RGB value is (158,1,141). Sum of RGB (Red+Green+Blue) = 158+1+141=300 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.67% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 158 - color contains mainly: red. Hex color #9E018D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E018D is #61FE72. Grayscale: #3F3F3F. Windows color (decimal): -6422131 or 9240990. OLE color: 9240990.
HSL color Cylindrical-coordinate representation of color #9E018D: hue angle of 306.5º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E018D is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 1 | 141 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.38 |
| HSL | 306.5º | 0.99% | 0.31% | - |
| HSV(B) | 306.5º | 0.99% | 0.62% | - |
| XYZ | 18.92 | 9.21 | 25.98 | - |
| YUV | 63.9 | 171.51 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 1 | 141 | 0 | 0.99 | 0.11 | 0.38 | 306.5 | 0.99 | 0.31 |
| Hex | 9E | 1 | 8D | 0 | 63 | B | 26 | 132 | 63 | 1F |
| Octal | 236 | 1 | 215 | 0 | 143 | 13 | 46 | 462 | 143 | 37 |
| Binary | 10011110 | 1 | 10001101 | 0 | 1100011 | 1011 | 100110 | 100110010 | 1100011 | 11111 |
Color Harmonies of #9E018D
Complementary color
Monochromatic Colors of #9E018D
Black with #9E018D
Text Example
Text Example
White with #9E018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E018D; }
p { color: rgb(158,1,141); }
H1.HeaderClassName
{
color: #9E018D;
}
.AnyTagClassName
{
color: #9E018D;
}
</style>
background-color css
<style>
a { background-color: #9E018D; }
a { background-color: rgb(158,1,141); }
div.DivClassName
{
background-color: #9E018D;
}
.BgClassName
{
background-color: #9E018D;
}
</style>
border-color css
<style>
span { border-color: #9E018D; }
span { border-color: rgb(158,1,141); }
td.TdClassName
{
border-color: #9E018D;
}
.TagClassName
{
border-color: #9E018D;
}
</style>