Shades of Dark Magenta #9E1A9B
Tints of Dark Magenta #9E1A9B
RGB
CMYK
RGB Variations
Color information
#9E1A9B (or 0x9E1A9B) is known color: Dark Magenta. HEX triplet: 9E, 1A and 9B. RGB value is (158,26,155). Sum of RGB (Red+Green+Blue) = 158+26+155=339 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.61% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E1A9B is #61E564. Grayscale: #4F4F4F. Windows color (decimal): -6415717 or 10164894. OLE color: 10164894.
HSL color Cylindrical-coordinate representation of color #9E1A9B: hue angle of 301.36º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E1A9B is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 26 | 155 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.38 |
| HSL | 301.36º | 0.72% | 0.36% | - |
| HSV(B) | 301.36º | 0.84% | 0.62% | - |
| XYZ | 20.39 | 10.37 | 31.94 | - |
| YUV | 80.17 | 170.23 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 26 | 155 | 0 | 0.84 | 0.02 | 0.38 | 301.36 | 0.72 | 0.36 |
| Hex | 9E | 1A | 9B | 0 | 54 | 2 | 26 | 12D | 48 | 24 |
| Octal | 236 | 32 | 233 | 0 | 124 | 2 | 46 | 455 | 110 | 44 |
| Binary | 10011110 | 11010 | 10011011 | 0 | 1010100 | 10 | 100110 | 100101101 | 1001000 | 100100 |
Color Harmonies of #9E1A9B
Complementary color
Monochromatic Colors of #9E1A9B
Black with #9E1A9B
Text Example
Text Example
White with #9E1A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1A9B; }
p { color: rgb(158,26,155); }
H1.HeaderClassName
{
color: #9E1A9B;
}
.AnyTagClassName
{
color: #9E1A9B;
}
</style>
background-color css
<style>
a { background-color: #9E1A9B; }
a { background-color: rgb(158,26,155); }
div.DivClassName
{
background-color: #9E1A9B;
}
.BgClassName
{
background-color: #9E1A9B;
}
</style>
border-color css
<style>
span { border-color: #9E1A9B; }
span { border-color: rgb(158,26,155); }
td.TdClassName
{
border-color: #9E1A9B;
}
.TagClassName
{
border-color: #9E1A9B;
}
</style>