Shades of Dark Magenta #9E0099
Tints of Dark Magenta #9E0099
RGB
CMYK
RGB Variations
Color information
#9E0099 (or 0x9E0099) is known color: Dark Magenta. HEX triplet: 9E, 00 and 99. RGB value is (158,0,153). Sum of RGB (Red+Green+Blue) = 158+0+153=311 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.80% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0099 is #61FF66. Grayscale: #404040. Windows color (decimal): -6422375 or 10027166. OLE color: 10027166.
HSL color Cylindrical-coordinate representation of color #9E0099: hue angle of 301.9º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E0099 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 0 | 153 | - |
| CMYK | 0 | 1 | 0.03 | 0.38 |
| HSL | 301.9º | 1% | 0.31% | - |
| HSV(B) | 301.9º | 1% | 0.62% | - |
| XYZ | 19.85 | 9.57 | 30.94 | - |
| YUV | 64.68 | 177.85 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 153 | 0 | 1 | 0.03 | 0.38 | 301.9 | 1 | 0.31 |
| Hex | 9E | 0 | 99 | 0 | 64 | 3 | 26 | 12E | 64 | 1F |
| Octal | 236 | 0 | 231 | 0 | 144 | 3 | 46 | 456 | 144 | 37 |
| Binary | 10011110 | 0 | 10011001 | 0 | 1100100 | 11 | 100110 | 100101110 | 1100100 | 11111 |
Color Harmonies of #9E0099
Complementary color
Monochromatic Colors of #9E0099
Black with #9E0099
Text Example
Text Example
White with #9E0099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0099; }
p { color: rgb(158,0,153); }
H1.HeaderClassName
{
color: #9E0099;
}
.AnyTagClassName
{
color: #9E0099;
}
</style>
background-color css
<style>
a { background-color: #9E0099; }
a { background-color: rgb(158,0,153); }
div.DivClassName
{
background-color: #9E0099;
}
.BgClassName
{
background-color: #9E0099;
}
</style>
border-color css
<style>
span { border-color: #9E0099; }
span { border-color: rgb(158,0,153); }
td.TdClassName
{
border-color: #9E0099;
}
.TagClassName
{
border-color: #9E0099;
}
</style>