Shades of Dark Magenta #9E0085
Tints of Dark Magenta #9E0085
RGB
CMYK
RGB Variations
Color information
#9E0085 (or 0x9E0085) is known color: Dark Magenta. HEX triplet: 9E, 00 and 85. RGB value is (158,0,133). Sum of RGB (Red+Green+Blue) = 158+0+133=291 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.30% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0085 is #61FF7A. Grayscale: #3E3E3E. Windows color (decimal): -6422395 or 8716446. OLE color: 8716446.
HSL color Cylindrical-coordinate representation of color #9E0085: hue angle of 309.49º 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 #9E0085 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.16 | 0.38 |
| HSL | 309.49º | 1% | 0.31% | - |
| HSV(B) | 309.49º | 1% | 0.62% | - |
| XYZ | 18.33 | 8.96 | 22.95 | - |
| YUV | 62.4 | 167.85 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 133 | 0 | 1 | 0.16 | 0.38 | 309.49 | 1 | 0.31 |
| Hex | 9E | 0 | 85 | 0 | 64 | 10 | 26 | 135 | 64 | 1F |
| Octal | 236 | 0 | 205 | 0 | 144 | 20 | 46 | 465 | 144 | 37 |
| Binary | 10011110 | 0 | 10000101 | 0 | 1100100 | 10000 | 100110 | 100110101 | 1100100 | 11111 |
Color Harmonies of #9E0085
Complementary color
Monochromatic Colors of #9E0085
Black with #9E0085
Text Example
Text Example
White with #9E0085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0085; }
p { color: rgb(158,0,133); }
H1.HeaderClassName
{
color: #9E0085;
}
.AnyTagClassName
{
color: #9E0085;
}
</style>
background-color css
<style>
a { background-color: #9E0085; }
a { background-color: rgb(158,0,133); }
div.DivClassName
{
background-color: #9E0085;
}
.BgClassName
{
background-color: #9E0085;
}
</style>
border-color css
<style>
span { border-color: #9E0085; }
span { border-color: rgb(158,0,133); }
td.TdClassName
{
border-color: #9E0085;
}
.TagClassName
{
border-color: #9E0085;
}
</style>