Shades of Medium Purple #9F7CEC
Tints of Medium Purple #9F7CEC
RGB
CMYK
RGB Variations
Color information
#9F7CEC (or 0x9F7CEC) is known color: Medium Purple. HEX triplet: 9F, 7C and EC. RGB value is (159,124,236). Sum of RGB (Red+Green+Blue) = 159+124+236=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F7CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7CEC is #608313. Grayscale: #929292. Windows color (decimal): -6325012 or 15498399. OLE color: 15498399.
HSL color Cylindrical-coordinate representation of color #9F7CEC: hue angle of 258.75º degrees, saturation: 0.75, 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 #9F7CEC is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 124 | 236 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.07 |
| HSL | 258.75º | 0.75% | 0.71% | - |
| HSV(B) | 258.75º | 0.47% | 0.93% | - |
| XYZ | 36.65 | 27.84 | 82.8 | - |
| YUV | 147.23 | 178.1 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 124 | 236 | 0.33 | 0.47 | 0 | 0.07 | 258.75 | 0.75 | 0.71 |
| Hex | 9F | 7C | EC | 21 | 2F | 0 | 7 | 103 | 4B | 47 |
| Octal | 237 | 174 | 354 | 41 | 57 | 0 | 7 | 403 | 113 | 107 |
| Binary | 10011111 | 1111100 | 11101100 | 100001 | 101111 | 0 | 111 | 100000011 | 1001011 | 1000111 |
Color Harmonies of #9F7CEC
Complementary color
Monochromatic Colors of #9F7CEC
Black with #9F7CEC
Text Example
Text Example
White with #9F7CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7CEC; }
p { color: rgb(159,124,236); }
H1.HeaderClassName
{
color: #9F7CEC;
}
.AnyTagClassName
{
color: #9F7CEC;
}
</style>
background-color css
<style>
a { background-color: #9F7CEC; }
a { background-color: rgb(159,124,236); }
div.DivClassName
{
background-color: #9F7CEC;
}
.BgClassName
{
background-color: #9F7CEC;
}
</style>
border-color css
<style>
span { border-color: #9F7CEC; }
span { border-color: rgb(159,124,236); }
td.TdClassName
{
border-color: #9F7CEC;
}
.TagClassName
{
border-color: #9F7CEC;
}
</style>