Shades of Dark Magenta #9E089B
Tints of Dark Magenta #9E089B
RGB
CMYK
RGB Variations
Color information
#9E089B (or 0x9E089B) is known color: Dark Magenta. HEX triplet: 9E, 08 and 9B. RGB value is (158,8,155). Sum of RGB (Red+Green+Blue) = 158+8+155=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 158 - color contains mainly: red. Hex color #9E089B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E089B is #61F764. Grayscale: #454545. Windows color (decimal): -6420325 or 10160286. OLE color: 10160286.
HSL color Cylindrical-coordinate representation of color #9E089B: hue angle of 301.2º 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 #9E089B is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 8 | 155 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.38 |
| HSL | 301.2º | 0.9% | 0.33% | - |
| HSV(B) | 301.2º | 0.95% | 0.62% | - |
| XYZ | 20.1 | 9.81 | 31.84 | - |
| YUV | 69.61 | 176.2 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 155 | 0 | 0.95 | 0.02 | 0.38 | 301.2 | 0.9 | 0.33 |
| Hex | 9E | 8 | 9B | 0 | 5F | 2 | 26 | 12D | 5A | 21 |
| Octal | 236 | 10 | 233 | 0 | 137 | 2 | 46 | 455 | 132 | 41 |
| Binary | 10011110 | 1000 | 10011011 | 0 | 1011111 | 10 | 100110 | 100101101 | 1011010 | 100001 |
Color Harmonies of #9E089B
Complementary color
Monochromatic Colors of #9E089B
Black with #9E089B
Text Example
Text Example
White with #9E089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E089B; }
p { color: rgb(158,8,155); }
H1.HeaderClassName
{
color: #9E089B;
}
.AnyTagClassName
{
color: #9E089B;
}
</style>
background-color css
<style>
a { background-color: #9E089B; }
a { background-color: rgb(158,8,155); }
div.DivClassName
{
background-color: #9E089B;
}
.BgClassName
{
background-color: #9E089B;
}
</style>
border-color css
<style>
span { border-color: #9E089B; }
span { border-color: rgb(158,8,155); }
td.TdClassName
{
border-color: #9E089B;
}
.TagClassName
{
border-color: #9E089B;
}
</style>