Shades of Medium Purple #9F76EF
Tints of Medium Purple #9F76EF
RGB
CMYK
RGB Variations
Color information
#9F76EF (or 0x9F76EF) is known color: Medium Purple. HEX triplet: 9F, 76 and EF. RGB value is (159,118,239). Sum of RGB (Red+Green+Blue) = 159+118+239=516 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.81% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F76EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F76EF is #608910. Grayscale: #8F8F8F. Windows color (decimal): -6326545 or 15693471. OLE color: 15693471.
HSL color Cylindrical-coordinate representation of color #9F76EF: hue angle of 260.33º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F76EF is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 118 | 239 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.06 |
| HSL | 260.33º | 0.79% | 0.7% | - |
| HSV(B) | 260.33º | 0.51% | 0.94% | - |
| XYZ | 36.36 | 26.56 | 84.87 | - |
| YUV | 144.05 | 181.58 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 118 | 239 | 0.33 | 0.51 | 0 | 0.06 | 260.33 | 0.79 | 0.7 |
| Hex | 9F | 76 | EF | 21 | 33 | 0 | 6 | 104 | 4F | 46 |
| Octal | 237 | 166 | 357 | 41 | 63 | 0 | 6 | 404 | 117 | 106 |
| Binary | 10011111 | 1110110 | 11101111 | 100001 | 110011 | 0 | 110 | 100000100 | 1001111 | 1000110 |
Color Harmonies of #9F76EF
Complementary color
Monochromatic Colors of #9F76EF
Black with #9F76EF
Text Example
Text Example
White with #9F76EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F76EF; }
p { color: rgb(159,118,239); }
H1.HeaderClassName
{
color: #9F76EF;
}
.AnyTagClassName
{
color: #9F76EF;
}
</style>
background-color css
<style>
a { background-color: #9F76EF; }
a { background-color: rgb(159,118,239); }
div.DivClassName
{
background-color: #9F76EF;
}
.BgClassName
{
background-color: #9F76EF;
}
</style>
border-color css
<style>
span { border-color: #9F76EF; }
span { border-color: rgb(159,118,239); }
td.TdClassName
{
border-color: #9F76EF;
}
.TagClassName
{
border-color: #9F76EF;
}
</style>