Shades of Medium Purple #9F7EEA
Tints of Medium Purple #9F7EEA
RGB
CMYK
RGB Variations
Color information
#9F7EEA (or 0x9F7EEA) is known color: Medium Purple. HEX triplet: 9F, 7E and EA. RGB value is (159,126,234). Sum of RGB (Red+Green+Blue) = 159+126+234=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F7EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7EEA is #608115. Grayscale: #939393. Windows color (decimal): -6324502 or 15367839. OLE color: 15367839.
HSL color Cylindrical-coordinate representation of color #9F7EEA: hue angle of 258.33º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9F7EEA is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 126 | 234 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.08 |
| HSL | 258.33º | 0.72% | 0.71% | - |
| HSV(B) | 258.33º | 0.46% | 0.92% | - |
| XYZ | 36.61 | 28.23 | 81.36 | - |
| YUV | 148.18 | 176.43 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 126 | 234 | 0.32 | 0.46 | 0 | 0.08 | 258.33 | 0.72 | 0.71 |
| Hex | 9F | 7E | EA | 20 | 2E | 0 | 8 | 102 | 48 | 47 |
| Octal | 237 | 176 | 352 | 40 | 56 | 0 | 10 | 402 | 110 | 107 |
| Binary | 10011111 | 1111110 | 11101010 | 100000 | 101110 | 0 | 1000 | 100000010 | 1001000 | 1000111 |
Color Harmonies of #9F7EEA
Complementary color
Monochromatic Colors of #9F7EEA
Black with #9F7EEA
Text Example
Text Example
White with #9F7EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7EEA; }
p { color: rgb(159,126,234); }
H1.HeaderClassName
{
color: #9F7EEA;
}
.AnyTagClassName
{
color: #9F7EEA;
}
</style>
background-color css
<style>
a { background-color: #9F7EEA; }
a { background-color: rgb(159,126,234); }
div.DivClassName
{
background-color: #9F7EEA;
}
.BgClassName
{
background-color: #9F7EEA;
}
</style>
border-color css
<style>
span { border-color: #9F7EEA; }
span { border-color: rgb(159,126,234); }
td.TdClassName
{
border-color: #9F7EEA;
}
.TagClassName
{
border-color: #9F7EEA;
}
</style>