Shades of Dark Magenta #9E019B
Tints of Dark Magenta #9E019B
RGB
CMYK
RGB Variations
Color information
#9E019B (or 0x9E019B) is known color: Dark Magenta. HEX triplet: 9E, 01 and 9B. RGB value is (158,1,155). Sum of RGB (Red+Green+Blue) = 158+1+155=314 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.32% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 158 - color contains mainly: red. Hex color #9E019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E019B is #61FE64. Grayscale: #414141. Windows color (decimal): -6422117 or 10158494. OLE color: 10158494.
HSL color Cylindrical-coordinate representation of color #9E019B: hue angle of 301.15º 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 #9E019B is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 1 | 155 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.38 |
| HSL | 301.15º | 0.99% | 0.31% | - |
| HSV(B) | 301.15º | 0.99% | 0.62% | - |
| XYZ | 20.03 | 9.66 | 31.82 | - |
| YUV | 65.5 | 178.51 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 1 | 155 | 0 | 0.99 | 0.02 | 0.38 | 301.15 | 0.99 | 0.31 |
| Hex | 9E | 1 | 9B | 0 | 63 | 2 | 26 | 12D | 63 | 1F |
| Octal | 236 | 1 | 233 | 0 | 143 | 2 | 46 | 455 | 143 | 37 |
| Binary | 10011110 | 1 | 10011011 | 0 | 1100011 | 10 | 100110 | 100101101 | 1100011 | 11111 |
Color Harmonies of #9E019B
Complementary color
Monochromatic Colors of #9E019B
Black with #9E019B
Text Example
Text Example
White with #9E019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E019B; }
p { color: rgb(158,1,155); }
H1.HeaderClassName
{
color: #9E019B;
}
.AnyTagClassName
{
color: #9E019B;
}
</style>
background-color css
<style>
a { background-color: #9E019B; }
a { background-color: rgb(158,1,155); }
div.DivClassName
{
background-color: #9E019B;
}
.BgClassName
{
background-color: #9E019B;
}
</style>
border-color css
<style>
span { border-color: #9E019B; }
span { border-color: rgb(158,1,155); }
td.TdClassName
{
border-color: #9E019B;
}
.TagClassName
{
border-color: #9E019B;
}
</style>