Shades of Medium Purple #9F77DF
Tints of Medium Purple #9F77DF
RGB
CMYK
RGB Variations
Color information
#9F77DF (or 0x9F77DF) is known color: Medium Purple. HEX triplet: 9F, 77 and DF. RGB value is (159,119,223). Sum of RGB (Red+Green+Blue) = 159+119+223=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F77DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F77DF is #608820. Grayscale: #8E8E8E. Windows color (decimal): -6326305 or 14645151. OLE color: 14645151.
HSL color Cylindrical-coordinate representation of color #9F77DF: hue angle of 263.08º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F77DF is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 119 | 223 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.13 |
| HSL | 263.08º | 0.62% | 0.67% | - |
| HSV(B) | 263.08º | 0.47% | 0.87% | - |
| XYZ | 34.21 | 25.89 | 73.01 | - |
| YUV | 142.82 | 173.25 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 119 | 223 | 0.29 | 0.47 | 0 | 0.13 | 263.08 | 0.62 | 0.67 |
| Hex | 9F | 77 | DF | 1D | 2F | 0 | D | 107 | 3E | 43 |
| Octal | 237 | 167 | 337 | 35 | 57 | 0 | 15 | 407 | 76 | 103 |
| Binary | 10011111 | 1110111 | 11011111 | 11101 | 101111 | 0 | 1101 | 100000111 | 111110 | 1000011 |
Color Harmonies of #9F77DF
Complementary color
Monochromatic Colors of #9F77DF
Black with #9F77DF
Text Example
Text Example
White with #9F77DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F77DF; }
p { color: rgb(159,119,223); }
H1.HeaderClassName
{
color: #9F77DF;
}
.AnyTagClassName
{
color: #9F77DF;
}
</style>
background-color css
<style>
a { background-color: #9F77DF; }
a { background-color: rgb(159,119,223); }
div.DivClassName
{
background-color: #9F77DF;
}
.BgClassName
{
background-color: #9F77DF;
}
</style>
border-color css
<style>
span { border-color: #9F77DF; }
span { border-color: rgb(159,119,223); }
td.TdClassName
{
border-color: #9F77DF;
}
.TagClassName
{
border-color: #9F77DF;
}
</style>