Shades of Medium Purple #9E72E9
Tints of Medium Purple #9E72E9
RGB
CMYK
RGB Variations
Color information
#9E72E9 (or 0x9E72E9) is known color: Medium Purple. HEX triplet: 9E, 72 and E9. RGB value is (158,114,233). Sum of RGB (Red+Green+Blue) = 158+114+233=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 233 (91.41% from 255 or 46.14% from 505); Max value from RGB is 233 - color contains mainly: blue. Hex color #9E72E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E72E9 is #618D16. Grayscale: #8C8C8C. Windows color (decimal): -6393111 or 15299230. OLE color: 15299230.
HSL color Cylindrical-coordinate representation of color #9E72E9: hue angle of 262.18º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E72E9 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 114 | 233 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.09 |
| HSL | 262.18º | 0.73% | 0.68% | - |
| HSV(B) | 262.18º | 0.51% | 0.91% | - |
| XYZ | 34.83 | 25.19 | 80.12 | - |
| YUV | 140.72 | 180.08 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 114 | 233 | 0.32 | 0.51 | 0 | 0.09 | 262.18 | 0.73 | 0.68 |
| Hex | 9E | 72 | E9 | 20 | 33 | 0 | 9 | 106 | 49 | 44 |
| Octal | 236 | 162 | 351 | 40 | 63 | 0 | 11 | 406 | 111 | 104 |
| Binary | 10011110 | 1110010 | 11101001 | 100000 | 110011 | 0 | 1001 | 100000110 | 1001001 | 1000100 |
Color Harmonies of #9E72E9
Complementary color
Monochromatic Colors of #9E72E9
Black with #9E72E9
Text Example
Text Example
White with #9E72E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E72E9; }
p { color: rgb(158,114,233); }
H1.HeaderClassName
{
color: #9E72E9;
}
.AnyTagClassName
{
color: #9E72E9;
}
</style>
background-color css
<style>
a { background-color: #9E72E9; }
a { background-color: rgb(158,114,233); }
div.DivClassName
{
background-color: #9E72E9;
}
.BgClassName
{
background-color: #9E72E9;
}
</style>
border-color css
<style>
span { border-color: #9E72E9; }
span { border-color: rgb(158,114,233); }
td.TdClassName
{
border-color: #9E72E9;
}
.TagClassName
{
border-color: #9E72E9;
}
</style>