Shades of Dark Purple #9E127E
Tints of Dark Purple #9E127E
RGB
CMYK
RGB Variations
Color information
#9E127E (or 0x9E127E) is known color: Dark Purple. HEX triplet: 9E, 12 and 7E. RGB value is (158,18,126). Sum of RGB (Red+Green+Blue) = 158+18+126=302 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.32% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 158 - color contains mainly: red. Hex color #9E127E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E127E is #61ED81. Grayscale: #474747. Windows color (decimal): -6417794 or 8262302. OLE color: 8262302.
HSL color Cylindrical-coordinate representation of color #9E127E: hue angle of 313.71º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E127E is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 18 | 126 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.38 |
| HSL | 313.71º | 0.8% | 0.35% | - |
| HSV(B) | 313.71º | 0.89% | 0.62% | - |
| XYZ | 18.08 | 9.21 | 20.56 | - |
| YUV | 72.17 | 158.38 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 18 | 126 | 0 | 0.89 | 0.20 | 0.38 | 313.71 | 0.8 | 0.35 |
| Hex | 9E | 12 | 7E | 0 | 59 | 14 | 26 | 13A | 50 | 23 |
| Octal | 236 | 22 | 176 | 0 | 131 | 24 | 46 | 472 | 120 | 43 |
| Binary | 10011110 | 10010 | 1111110 | 0 | 1011001 | 10100 | 100110 | 100111010 | 1010000 | 100011 |
Color Harmonies of #9E127E
Complementary color
Monochromatic Colors of #9E127E
Black with #9E127E
Text Example
Text Example
White with #9E127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E127E; }
p { color: rgb(158,18,126); }
H1.HeaderClassName
{
color: #9E127E;
}
.AnyTagClassName
{
color: #9E127E;
}
</style>
background-color css
<style>
a { background-color: #9E127E; }
a { background-color: rgb(158,18,126); }
div.DivClassName
{
background-color: #9E127E;
}
.BgClassName
{
background-color: #9E127E;
}
</style>
border-color css
<style>
span { border-color: #9E127E; }
span { border-color: rgb(158,18,126); }
td.TdClassName
{
border-color: #9E127E;
}
.TagClassName
{
border-color: #9E127E;
}
</style>