Shades of Medium Purple #9F7EED
Tints of Medium Purple #9F7EED
RGB
CMYK
RGB Variations
Color information
#9F7EED (or 0x9F7EED) is known color: Medium Purple. HEX triplet: 9F, 7E and ED. RGB value is (159,126,237). Sum of RGB (Red+Green+Blue) = 159+126+237=522 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.46% from 522); Green value is 126 (49.61% from 255 or 24.14% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #9F7EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7EED is #608112. Grayscale: #949494. Windows color (decimal): -6324499 or 15564447. OLE color: 15564447.
HSL color Cylindrical-coordinate representation of color #9F7EED: hue angle of 257.84º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F7EED is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 126 | 237 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.07 |
| HSL | 257.84º | 0.76% | 0.71% | - |
| HSV(B) | 257.84º | 0.47% | 0.93% | - |
| XYZ | 37.04 | 28.41 | 83.65 | - |
| YUV | 148.52 | 177.93 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 126 | 237 | 0.33 | 0.47 | 0 | 0.07 | 257.84 | 0.76 | 0.71 |
| Hex | 9F | 7E | ED | 21 | 2F | 0 | 7 | 102 | 4C | 47 |
| Octal | 237 | 176 | 355 | 41 | 57 | 0 | 7 | 402 | 114 | 107 |
| Binary | 10011111 | 1111110 | 11101101 | 100001 | 101111 | 0 | 111 | 100000010 | 1001100 | 1000111 |
Color Harmonies of #9F7EED
Complementary color
Monochromatic Colors of #9F7EED
Black with #9F7EED
Text Example
Text Example
White with #9F7EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7EED; }
p { color: rgb(159,126,237); }
H1.HeaderClassName
{
color: #9F7EED;
}
.AnyTagClassName
{
color: #9F7EED;
}
</style>
background-color css
<style>
a { background-color: #9F7EED; }
a { background-color: rgb(159,126,237); }
div.DivClassName
{
background-color: #9F7EED;
}
.BgClassName
{
background-color: #9F7EED;
}
</style>
border-color css
<style>
span { border-color: #9F7EED; }
span { border-color: rgb(159,126,237); }
td.TdClassName
{
border-color: #9F7EED;
}
.TagClassName
{
border-color: #9F7EED;
}
</style>