Shades of Medium Purple #9F77F7
Tints of Medium Purple #9F77F7
RGB
CMYK
RGB Variations
Color information
#9F77F7 (or 0x9F77F7) is known color: Medium Purple. HEX triplet: 9F, 77 and F7. RGB value is (159,119,247). Sum of RGB (Red+Green+Blue) = 159+119+247=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 247 (96.88% from 255 or 47.05% from 525); Max value from RGB is 247 - color contains mainly: blue. Hex color #9F77F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F77F7 is #608808. Grayscale: #919191. Windows color (decimal): -6326281 or 16218015. OLE color: 16218015.
HSL color Cylindrical-coordinate representation of color #9F77F7: hue angle of 258.75º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F77F7 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 159 | 119 | 247 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.03 |
| HSL | 258.75º | 0.89% | 0.72% | - |
| HSV(B) | 258.75º | 0.52% | 0.97% | - |
| XYZ | 37.68 | 27.28 | 91.28 | - |
| YUV | 145.55 | 185.25 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 119 | 247 | 0.36 | 0.52 | 0 | 0.03 | 258.75 | 0.89 | 0.72 |
| Hex | 9F | 77 | F7 | 24 | 34 | 0 | 3 | 103 | 59 | 48 |
| Octal | 237 | 167 | 367 | 44 | 64 | 0 | 3 | 403 | 131 | 110 |
| Binary | 10011111 | 1110111 | 11110111 | 100100 | 110100 | 0 | 11 | 100000011 | 1011001 | 1001000 |
Color Harmonies of #9F77F7
Complementary color
Monochromatic Colors of #9F77F7
Black with #9F77F7
Text Example
Text Example
White with #9F77F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F77F7; }
p { color: rgb(159,119,247); }
H1.HeaderClassName
{
color: #9F77F7;
}
.AnyTagClassName
{
color: #9F77F7;
}
</style>
background-color css
<style>
a { background-color: #9F77F7; }
a { background-color: rgb(159,119,247); }
div.DivClassName
{
background-color: #9F77F7;
}
.BgClassName
{
background-color: #9F77F7;
}
</style>
border-color css
<style>
span { border-color: #9F77F7; }
span { border-color: rgb(159,119,247); }
td.TdClassName
{
border-color: #9F77F7;
}
.TagClassName
{
border-color: #9F77F7;
}
</style>