Shades of Dark Magenta #9E189C
Tints of Dark Magenta #9E189C
RGB
CMYK
RGB Variations
Color information
#9E189C (or 0x9E189C) is known color: Dark Magenta. HEX triplet: 9E, 18 and 9C. RGB value is (158,24,156). Sum of RGB (Red+Green+Blue) = 158+24+156=338 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.75% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 158 - color contains mainly: red. Hex color #9E189C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E189C is #61E763. Grayscale: #4E4E4E. Windows color (decimal): -6416228 or 10229918. OLE color: 10229918.
HSL color Cylindrical-coordinate representation of color #9E189C: hue angle of 300.9º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E189C is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 24 | 156 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.38 |
| HSL | 300.9º | 0.74% | 0.36% | - |
| HSV(B) | 300.9º | 0.85% | 0.62% | - |
| XYZ | 20.43 | 10.32 | 32.37 | - |
| YUV | 79.11 | 171.39 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 24 | 156 | 0 | 0.85 | 0.01 | 0.38 | 300.9 | 0.74 | 0.36 |
| Hex | 9E | 18 | 9C | 0 | 55 | 1 | 26 | 12D | 4A | 24 |
| Octal | 236 | 30 | 234 | 0 | 125 | 1 | 46 | 455 | 112 | 44 |
| Binary | 10011110 | 11000 | 10011100 | 0 | 1010101 | 1 | 100110 | 100101101 | 1001010 | 100100 |
Color Harmonies of #9E189C
Complementary color
Monochromatic Colors of #9E189C
Black with #9E189C
Text Example
Text Example
White with #9E189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E189C; }
p { color: rgb(158,24,156); }
H1.HeaderClassName
{
color: #9E189C;
}
.AnyTagClassName
{
color: #9E189C;
}
</style>
background-color css
<style>
a { background-color: #9E189C; }
a { background-color: rgb(158,24,156); }
div.DivClassName
{
background-color: #9E189C;
}
.BgClassName
{
background-color: #9E189C;
}
</style>
border-color css
<style>
span { border-color: #9E189C; }
span { border-color: rgb(158,24,156); }
td.TdClassName
{
border-color: #9E189C;
}
.TagClassName
{
border-color: #9E189C;
}
</style>