Shades of Dark Magenta #9E0F8F
Tints of Dark Magenta #9E0F8F
RGB
CMYK
RGB Variations
Color information
#9E0F8F (or 0x9E0F8F) is known color: Dark Magenta. HEX triplet: 9E, 0F and 8F. RGB value is (158,15,143). Sum of RGB (Red+Green+Blue) = 158+15+143=316 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0F8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0F8F is #61F070. Grayscale: #474747. Windows color (decimal): -6418545 or 9375646. OLE color: 9375646.
HSL color Cylindrical-coordinate representation of color #9E0F8F: hue angle of 306.29º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E0F8F is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 15 | 143 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.38 |
| HSL | 306.29º | 0.83% | 0.34% | - |
| HSV(B) | 306.29º | 0.91% | 0.62% | - |
| XYZ | 19.23 | 9.59 | 26.82 | - |
| YUV | 72.35 | 167.88 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 15 | 143 | 0 | 0.91 | 0.09 | 0.38 | 306.29 | 0.83 | 0.34 |
| Hex | 9E | F | 8F | 0 | 5B | 9 | 26 | 132 | 53 | 22 |
| Octal | 236 | 17 | 217 | 0 | 133 | 11 | 46 | 462 | 123 | 42 |
| Binary | 10011110 | 1111 | 10001111 | 0 | 1011011 | 1001 | 100110 | 100110010 | 1010011 | 100010 |
Color Harmonies of #9E0F8F
Complementary color
Monochromatic Colors of #9E0F8F
Black with #9E0F8F
Text Example
Text Example
White with #9E0F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0F8F; }
p { color: rgb(158,15,143); }
H1.HeaderClassName
{
color: #9E0F8F;
}
.AnyTagClassName
{
color: #9E0F8F;
}
</style>
background-color css
<style>
a { background-color: #9E0F8F; }
a { background-color: rgb(158,15,143); }
div.DivClassName
{
background-color: #9E0F8F;
}
.BgClassName
{
background-color: #9E0F8F;
}
</style>
border-color css
<style>
span { border-color: #9E0F8F; }
span { border-color: rgb(158,15,143); }
td.TdClassName
{
border-color: #9E0F8F;
}
.TagClassName
{
border-color: #9E0F8F;
}
</style>