Shades of Dark Magenta #9E008A
Tints of Dark Magenta #9E008A
RGB
CMYK
RGB Variations
Color information
#9E008A (or 0x9E008A) is known color: Dark Magenta. HEX triplet: 9E, 00 and 8A. RGB value is (158,0,138). Sum of RGB (Red+Green+Blue) = 158+0+138=296 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.38% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 158 - color contains mainly: red. Hex color #9E008A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E008A is #61FF75. Grayscale: #3E3E3E. Windows color (decimal): -6422390 or 9044126. OLE color: 9044126.
HSL color Cylindrical-coordinate representation of color #9E008A: hue angle of 307.59º 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 #9E008A is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 0 | 138 | - |
| CMYK | 0 | 1 | 0.13 | 0.38 |
| HSL | 307.59º | 1% | 0.31% | - |
| HSV(B) | 307.59º | 1% | 0.62% | - |
| XYZ | 18.69 | 9.1 | 24.82 | - |
| YUV | 62.97 | 170.35 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 138 | 0 | 1 | 0.13 | 0.38 | 307.59 | 1 | 0.31 |
| Hex | 9E | 0 | 8A | 0 | 64 | D | 26 | 134 | 64 | 1F |
| Octal | 236 | 0 | 212 | 0 | 144 | 15 | 46 | 464 | 144 | 37 |
| Binary | 10011110 | 0 | 10001010 | 0 | 1100100 | 1101 | 100110 | 100110100 | 1100100 | 11111 |
Color Harmonies of #9E008A
Complementary color
Monochromatic Colors of #9E008A
Black with #9E008A
Text Example
Text Example
White with #9E008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E008A; }
p { color: rgb(158,0,138); }
H1.HeaderClassName
{
color: #9E008A;
}
.AnyTagClassName
{
color: #9E008A;
}
</style>
background-color css
<style>
a { background-color: #9E008A; }
a { background-color: rgb(158,0,138); }
div.DivClassName
{
background-color: #9E008A;
}
.BgClassName
{
background-color: #9E008A;
}
</style>
border-color css
<style>
span { border-color: #9E008A; }
span { border-color: rgb(158,0,138); }
td.TdClassName
{
border-color: #9E008A;
}
.TagClassName
{
border-color: #9E008A;
}
</style>