Shades of Medium Purple #9F7FEC
Tints of Medium Purple #9F7FEC
RGB
CMYK
RGB Variations
Color information
#9F7FEC (or 0x9F7FEC) is known color: Medium Purple. HEX triplet: 9F, 7F and EC. RGB value is (159,127,236). Sum of RGB (Red+Green+Blue) = 159+127+236=522 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.46% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F7FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7FEC is #608013. Grayscale: #949494. Windows color (decimal): -6324244 or 15499167. OLE color: 15499167.
HSL color Cylindrical-coordinate representation of color #9F7FEC: hue angle of 257.61º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9F7FEC is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 127 | 236 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.07 |
| HSL | 257.61º | 0.74% | 0.71% | - |
| HSV(B) | 257.61º | 0.46% | 0.93% | - |
| XYZ | 37.03 | 28.61 | 82.93 | - |
| YUV | 148.99 | 177.1 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 127 | 236 | 0.33 | 0.46 | 0 | 0.07 | 257.61 | 0.74 | 0.71 |
| Hex | 9F | 7F | EC | 21 | 2E | 0 | 7 | 102 | 4A | 47 |
| Octal | 237 | 177 | 354 | 41 | 56 | 0 | 7 | 402 | 112 | 107 |
| Binary | 10011111 | 1111111 | 11101100 | 100001 | 101110 | 0 | 111 | 100000010 | 1001010 | 1000111 |
Color Harmonies of #9F7FEC
Complementary color
Monochromatic Colors of #9F7FEC
Black with #9F7FEC
Text Example
Text Example
White with #9F7FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7FEC; }
p { color: rgb(159,127,236); }
H1.HeaderClassName
{
color: #9F7FEC;
}
.AnyTagClassName
{
color: #9F7FEC;
}
</style>
background-color css
<style>
a { background-color: #9F7FEC; }
a { background-color: rgb(159,127,236); }
div.DivClassName
{
background-color: #9F7FEC;
}
.BgClassName
{
background-color: #9F7FEC;
}
</style>
border-color css
<style>
span { border-color: #9F7FEC; }
span { border-color: rgb(159,127,236); }
td.TdClassName
{
border-color: #9F7FEC;
}
.TagClassName
{
border-color: #9F7FEC;
}
</style>