Shades of Medium Purple #9F77DE
Tints of Medium Purple #9F77DE
RGB
CMYK
RGB Variations
Color information
#9F77DE (or 0x9F77DE) is known color: Medium Purple. HEX triplet: 9F, 77 and DE. RGB value is (159,119,222). Sum of RGB (Red+Green+Blue) = 159+119+222=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F77DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F77DE is #608821. Grayscale: #8E8E8E. Windows color (decimal): -6326306 or 14579615. OLE color: 14579615.
HSL color Cylindrical-coordinate representation of color #9F77DE: hue angle of 263.3º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9F77DE is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 119 | 222 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.13 |
| HSL | 263.3º | 0.61% | 0.67% | - |
| HSV(B) | 263.3º | 0.46% | 0.87% | - |
| XYZ | 34.08 | 25.84 | 72.3 | - |
| YUV | 142.7 | 172.75 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 119 | 222 | 0.28 | 0.46 | 0 | 0.13 | 263.3 | 0.61 | 0.67 |
| Hex | 9F | 77 | DE | 1C | 2E | 0 | D | 107 | 3D | 43 |
| Octal | 237 | 167 | 336 | 34 | 56 | 0 | 15 | 407 | 75 | 103 |
| Binary | 10011111 | 1110111 | 11011110 | 11100 | 101110 | 0 | 1101 | 100000111 | 111101 | 1000011 |
Color Harmonies of #9F77DE
Complementary color
Monochromatic Colors of #9F77DE
Black with #9F77DE
Text Example
Text Example
White with #9F77DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F77DE; }
p { color: rgb(159,119,222); }
H1.HeaderClassName
{
color: #9F77DE;
}
.AnyTagClassName
{
color: #9F77DE;
}
</style>
background-color css
<style>
a { background-color: #9F77DE; }
a { background-color: rgb(159,119,222); }
div.DivClassName
{
background-color: #9F77DE;
}
.BgClassName
{
background-color: #9F77DE;
}
</style>
border-color css
<style>
span { border-color: #9F77DE; }
span { border-color: rgb(159,119,222); }
td.TdClassName
{
border-color: #9F77DE;
}
.TagClassName
{
border-color: #9F77DE;
}
</style>