Shades of Medium Purple #9E7FE9
Tints of Medium Purple #9E7FE9
RGB
CMYK
RGB Variations
Color information
#9E7FE9 (or 0x9E7FE9) is known color: Medium Purple. HEX triplet: 9E, 7F and E9. RGB value is (158,127,233). Sum of RGB (Red+Green+Blue) = 158+127+233=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 233 - color contains mainly: blue. Hex color #9E7FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7FE9 is #618016. Grayscale: #939393. Windows color (decimal): -6389783 or 15302558. OLE color: 15302558.
HSL color Cylindrical-coordinate representation of color #9E7FE9: hue angle of 257.55º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E7FE9 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 127 | 233 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.09 |
| HSL | 257.55º | 0.71% | 0.71% | - |
| HSV(B) | 257.55º | 0.45% | 0.91% | - |
| XYZ | 36.4 | 28.33 | 80.64 | - |
| YUV | 148.35 | 175.77 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 127 | 233 | 0.32 | 0.45 | 0 | 0.09 | 257.55 | 0.71 | 0.71 |
| Hex | 9E | 7F | E9 | 20 | 2D | 0 | 9 | 102 | 47 | 47 |
| Octal | 236 | 177 | 351 | 40 | 55 | 0 | 11 | 402 | 107 | 107 |
| Binary | 10011110 | 1111111 | 11101001 | 100000 | 101101 | 0 | 1001 | 100000010 | 1000111 | 1000111 |
Color Harmonies of #9E7FE9
Complementary color
Monochromatic Colors of #9E7FE9
Black with #9E7FE9
Text Example
Text Example
White with #9E7FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7FE9; }
p { color: rgb(158,127,233); }
H1.HeaderClassName
{
color: #9E7FE9;
}
.AnyTagClassName
{
color: #9E7FE9;
}
</style>
background-color css
<style>
a { background-color: #9E7FE9; }
a { background-color: rgb(158,127,233); }
div.DivClassName
{
background-color: #9E7FE9;
}
.BgClassName
{
background-color: #9E7FE9;
}
</style>
border-color css
<style>
span { border-color: #9E7FE9; }
span { border-color: rgb(158,127,233); }
td.TdClassName
{
border-color: #9E7FE9;
}
.TagClassName
{
border-color: #9E7FE9;
}
</style>