Shades of Dark Magenta #9E0C83
Tints of Dark Magenta #9E0C83
RGB
CMYK
RGB Variations
Color information
#9E0C83 (or 0x9E0C83) is known color: Dark Magenta. HEX triplet: 9E, 0C and 83. RGB value is (158,12,131). Sum of RGB (Red+Green+Blue) = 158+12+131=301 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.49% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0C83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0C83 is #61F37C. Grayscale: #444444. Windows color (decimal): -6419325 or 8588446. OLE color: 8588446.
HSL color Cylindrical-coordinate representation of color #9E0C83: hue angle of 311.1º 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 #9E0C83 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 12 | 131 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.38 |
| HSL | 311.1º | 0.86% | 0.33% | - |
| HSV(B) | 311.1º | 0.92% | 0.62% | - |
| XYZ | 18.33 | 9.17 | 22.28 | - |
| YUV | 69.22 | 162.87 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 12 | 131 | 0 | 0.92 | 0.17 | 0.38 | 311.1 | 0.86 | 0.33 |
| Hex | 9E | C | 83 | 0 | 5C | 11 | 26 | 137 | 56 | 21 |
| Octal | 236 | 14 | 203 | 0 | 134 | 21 | 46 | 467 | 126 | 41 |
| Binary | 10011110 | 1100 | 10000011 | 0 | 1011100 | 10001 | 100110 | 100110111 | 1010110 | 100001 |
Color Harmonies of #9E0C83
Complementary color
Monochromatic Colors of #9E0C83
Black with #9E0C83
Text Example
Text Example
White with #9E0C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0C83; }
p { color: rgb(158,12,131); }
H1.HeaderClassName
{
color: #9E0C83;
}
.AnyTagClassName
{
color: #9E0C83;
}
</style>
background-color css
<style>
a { background-color: #9E0C83; }
a { background-color: rgb(158,12,131); }
div.DivClassName
{
background-color: #9E0C83;
}
.BgClassName
{
background-color: #9E0C83;
}
</style>
border-color css
<style>
span { border-color: #9E0C83; }
span { border-color: rgb(158,12,131); }
td.TdClassName
{
border-color: #9E0C83;
}
.TagClassName
{
border-color: #9E0C83;
}
</style>