Shades of Dark Magenta #9E0C8D
Tints of Dark Magenta #9E0C8D
RGB
CMYK
RGB Variations
Color information
#9E0C8D (or 0x9E0C8D) is known color: Dark Magenta. HEX triplet: 9E, 0C and 8D. RGB value is (158,12,141). Sum of RGB (Red+Green+Blue) = 158+12+141=311 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.80% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0C8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0C8D is #61F372. Grayscale: #454545. Windows color (decimal): -6419315 or 9243806. OLE color: 9243806.
HSL color Cylindrical-coordinate representation of color #9E0C8D: hue angle of 306.99º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E0C8D is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 12 | 141 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.38 |
| HSL | 306.99º | 0.86% | 0.33% | - |
| HSV(B) | 306.99º | 0.92% | 0.62% | - |
| XYZ | 19.04 | 9.46 | 26.02 | - |
| YUV | 70.36 | 167.87 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 12 | 141 | 0 | 0.92 | 0.11 | 0.38 | 306.99 | 0.86 | 0.33 |
| Hex | 9E | C | 8D | 0 | 5C | B | 26 | 133 | 56 | 21 |
| Octal | 236 | 14 | 215 | 0 | 134 | 13 | 46 | 463 | 126 | 41 |
| Binary | 10011110 | 1100 | 10001101 | 0 | 1011100 | 1011 | 100110 | 100110011 | 1010110 | 100001 |
Color Harmonies of #9E0C8D
Complementary color
Monochromatic Colors of #9E0C8D
Black with #9E0C8D
Text Example
Text Example
White with #9E0C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0C8D; }
p { color: rgb(158,12,141); }
H1.HeaderClassName
{
color: #9E0C8D;
}
.AnyTagClassName
{
color: #9E0C8D;
}
</style>
background-color css
<style>
a { background-color: #9E0C8D; }
a { background-color: rgb(158,12,141); }
div.DivClassName
{
background-color: #9E0C8D;
}
.BgClassName
{
background-color: #9E0C8D;
}
</style>
border-color css
<style>
span { border-color: #9E0C8D; }
span { border-color: rgb(158,12,141); }
td.TdClassName
{
border-color: #9E0C8D;
}
.TagClassName
{
border-color: #9E0C8D;
}
</style>