Shades of Dark Purple #9E117E
Tints of Dark Purple #9E117E
RGB
CMYK
RGB Variations
Color information
#9E117E (or 0x9E117E) is known color: Dark Purple. HEX triplet: 9E, 11 and 7E. RGB value is (158,17,126). Sum of RGB (Red+Green+Blue) = 158+17+126=301 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.49% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 158 - color contains mainly: red. Hex color #9E117E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E117E is #61EE81. Grayscale: #474747. Windows color (decimal): -6418050 or 8262046. OLE color: 8262046.
HSL color Cylindrical-coordinate representation of color #9E117E: hue angle of 313.62º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E117E is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 17 | 126 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.38 |
| HSL | 313.62º | 0.81% | 0.34% | - |
| HSV(B) | 313.62º | 0.89% | 0.62% | - |
| XYZ | 18.07 | 9.18 | 20.56 | - |
| YUV | 71.59 | 158.71 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 17 | 126 | 0 | 0.89 | 0.20 | 0.38 | 313.62 | 0.81 | 0.34 |
| Hex | 9E | 11 | 7E | 0 | 59 | 14 | 26 | 13A | 51 | 22 |
| Octal | 236 | 21 | 176 | 0 | 131 | 24 | 46 | 472 | 121 | 42 |
| Binary | 10011110 | 10001 | 1111110 | 0 | 1011001 | 10100 | 100110 | 100111010 | 1010001 | 100010 |
Color Harmonies of #9E117E
Complementary color
Monochromatic Colors of #9E117E
Black with #9E117E
Text Example
Text Example
White with #9E117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E117E; }
p { color: rgb(158,17,126); }
H1.HeaderClassName
{
color: #9E117E;
}
.AnyTagClassName
{
color: #9E117E;
}
</style>
background-color css
<style>
a { background-color: #9E117E; }
a { background-color: rgb(158,17,126); }
div.DivClassName
{
background-color: #9E117E;
}
.BgClassName
{
background-color: #9E117E;
}
</style>
border-color css
<style>
span { border-color: #9E117E; }
span { border-color: rgb(158,17,126); }
td.TdClassName
{
border-color: #9E117E;
}
.TagClassName
{
border-color: #9E117E;
}
</style>