Shades of Dark Magenta #9E089C
Tints of Dark Magenta #9E089C
RGB
CMYK
RGB Variations
Color information
#9E089C (or 0x9E089C) is known color: Dark Magenta. HEX triplet: 9E, 08 and 9C. RGB value is (158,8,156). Sum of RGB (Red+Green+Blue) = 158+8+156=322 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.07% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 158 - color contains mainly: red. Hex color #9E089C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E089C is #61F763. Grayscale: #454545. Windows color (decimal): -6420324 or 10225822. OLE color: 10225822.
HSL color Cylindrical-coordinate representation of color #9E089C: hue angle of 300.8º 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 #9E089C is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 8 | 156 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.38 |
| HSL | 300.8º | 0.9% | 0.33% | - |
| HSV(B) | 300.8º | 0.95% | 0.62% | - |
| XYZ | 20.19 | 9.84 | 32.29 | - |
| YUV | 69.72 | 176.7 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 156 | 0 | 0.95 | 0.01 | 0.38 | 300.8 | 0.9 | 0.33 |
| Hex | 9E | 8 | 9C | 0 | 5F | 1 | 26 | 12D | 5A | 21 |
| Octal | 236 | 10 | 234 | 0 | 137 | 1 | 46 | 455 | 132 | 41 |
| Binary | 10011110 | 1000 | 10011100 | 0 | 1011111 | 1 | 100110 | 100101101 | 1011010 | 100001 |
Color Harmonies of #9E089C
Complementary color
Monochromatic Colors of #9E089C
Black with #9E089C
Text Example
Text Example
White with #9E089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E089C; }
p { color: rgb(158,8,156); }
H1.HeaderClassName
{
color: #9E089C;
}
.AnyTagClassName
{
color: #9E089C;
}
</style>
background-color css
<style>
a { background-color: #9E089C; }
a { background-color: rgb(158,8,156); }
div.DivClassName
{
background-color: #9E089C;
}
.BgClassName
{
background-color: #9E089C;
}
</style>
border-color css
<style>
span { border-color: #9E089C; }
span { border-color: rgb(158,8,156); }
td.TdClassName
{
border-color: #9E089C;
}
.TagClassName
{
border-color: #9E089C;
}
</style>