Shades of Medium Purple #9F7EE9
Tints of Medium Purple #9F7EE9
RGB
CMYK
RGB Variations
Color information
#9F7EE9 (or 0x9F7EE9) is known color: Medium Purple. HEX triplet: 9F, 7E and E9. RGB value is (159,126,233). Sum of RGB (Red+Green+Blue) = 159+126+233=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 126 (49.61% from 255 or 24.32% 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 #9F7EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7EE9 is #608116. Grayscale: #939393. Windows color (decimal): -6324503 or 15302303. OLE color: 15302303.
HSL color Cylindrical-coordinate representation of color #9F7EE9: hue angle of 258.5º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9F7EE9 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 126 | 233 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.09 |
| HSL | 258.5º | 0.71% | 0.7% | - |
| HSV(B) | 258.5º | 0.46% | 0.91% | - |
| XYZ | 36.47 | 28.18 | 80.61 | - |
| YUV | 148.07 | 175.93 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 126 | 233 | 0.32 | 0.46 | 0 | 0.09 | 258.5 | 0.71 | 0.7 |
| Hex | 9F | 7E | E9 | 20 | 2E | 0 | 9 | 103 | 47 | 46 |
| Octal | 237 | 176 | 351 | 40 | 56 | 0 | 11 | 403 | 107 | 106 |
| Binary | 10011111 | 1111110 | 11101001 | 100000 | 101110 | 0 | 1001 | 100000011 | 1000111 | 1000110 |
Color Harmonies of #9F7EE9
Complementary color
Monochromatic Colors of #9F7EE9
Black with #9F7EE9
Text Example
Text Example
White with #9F7EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7EE9; }
p { color: rgb(159,126,233); }
H1.HeaderClassName
{
color: #9F7EE9;
}
.AnyTagClassName
{
color: #9F7EE9;
}
</style>
background-color css
<style>
a { background-color: #9F7EE9; }
a { background-color: rgb(159,126,233); }
div.DivClassName
{
background-color: #9F7EE9;
}
.BgClassName
{
background-color: #9F7EE9;
}
</style>
border-color css
<style>
span { border-color: #9F7EE9; }
span { border-color: rgb(159,126,233); }
td.TdClassName
{
border-color: #9F7EE9;
}
.TagClassName
{
border-color: #9F7EE9;
}
</style>