Shades of Medium Purple #9F76EC
Tints of Medium Purple #9F76EC
RGB
CMYK
RGB Variations
Color information
#9F76EC (or 0x9F76EC) is known color: Medium Purple. HEX triplet: 9F, 76 and EC. RGB value is (159,118,236). Sum of RGB (Red+Green+Blue) = 159+118+236=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F76EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F76EC is #608913. Grayscale: #8F8F8F. Windows color (decimal): -6326548 or 15496863. OLE color: 15496863.
HSL color Cylindrical-coordinate representation of color #9F76EC: hue angle of 260.85º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F76EC is Cyan = 0.33, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 118 | 236 | - |
| CMYK | 0.33 | 0.5 | 0 | 0.07 |
| HSL | 260.85º | 0.76% | 0.69% | - |
| HSV(B) | 260.85º | 0.5% | 0.93% | - |
| XYZ | 35.92 | 26.38 | 82.56 | - |
| YUV | 143.71 | 180.08 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 118 | 236 | 0.33 | 0.5 | 0 | 0.07 | 260.85 | 0.76 | 0.69 |
| Hex | 9F | 76 | EC | 21 | 32 | 0 | 7 | 105 | 4C | 45 |
| Octal | 237 | 166 | 354 | 41 | 62 | 0 | 7 | 405 | 114 | 105 |
| Binary | 10011111 | 1110110 | 11101100 | 100001 | 110010 | 0 | 111 | 100000101 | 1001100 | 1000101 |
Color Harmonies of #9F76EC
Complementary color
Monochromatic Colors of #9F76EC
Black with #9F76EC
Text Example
Text Example
White with #9F76EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F76EC; }
p { color: rgb(159,118,236); }
H1.HeaderClassName
{
color: #9F76EC;
}
.AnyTagClassName
{
color: #9F76EC;
}
</style>
background-color css
<style>
a { background-color: #9F76EC; }
a { background-color: rgb(159,118,236); }
div.DivClassName
{
background-color: #9F76EC;
}
.BgClassName
{
background-color: #9F76EC;
}
</style>
border-color css
<style>
span { border-color: #9F76EC; }
span { border-color: rgb(159,118,236); }
td.TdClassName
{
border-color: #9F76EC;
}
.TagClassName
{
border-color: #9F76EC;
}
</style>