Shades of Medium Purple #9F78DF
Tints of Medium Purple #9F78DF
RGB
CMYK
RGB Variations
Color information
#9F78DF (or 0x9F78DF) is known color: Medium Purple. HEX triplet: 9F, 78 and DF. RGB value is (159,120,223). Sum of RGB (Red+Green+Blue) = 159+120+223=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F78DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F78DF is #608720. Grayscale: #8F8F8F. Windows color (decimal): -6326049 or 14645407. OLE color: 14645407.
HSL color Cylindrical-coordinate representation of color #9F78DF: hue angle of 262.72º degrees, saturation: 0.62, 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 #9F78DF is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 120 | 223 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.13 |
| HSL | 262.72º | 0.62% | 0.67% | - |
| HSV(B) | 262.72º | 0.46% | 0.87% | - |
| XYZ | 34.33 | 26.13 | 73.05 | - |
| YUV | 143.4 | 172.92 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 120 | 223 | 0.29 | 0.46 | 0 | 0.13 | 262.72 | 0.62 | 0.67 |
| Hex | 9F | 78 | DF | 1D | 2E | 0 | D | 107 | 3E | 43 |
| Octal | 237 | 170 | 337 | 35 | 56 | 0 | 15 | 407 | 76 | 103 |
| Binary | 10011111 | 1111000 | 11011111 | 11101 | 101110 | 0 | 1101 | 100000111 | 111110 | 1000011 |
Color Harmonies of #9F78DF
Complementary color
Monochromatic Colors of #9F78DF
Black with #9F78DF
Text Example
Text Example
White with #9F78DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F78DF; }
p { color: rgb(159,120,223); }
H1.HeaderClassName
{
color: #9F78DF;
}
.AnyTagClassName
{
color: #9F78DF;
}
</style>
background-color css
<style>
a { background-color: #9F78DF; }
a { background-color: rgb(159,120,223); }
div.DivClassName
{
background-color: #9F78DF;
}
.BgClassName
{
background-color: #9F78DF;
}
</style>
border-color css
<style>
span { border-color: #9F78DF; }
span { border-color: rgb(159,120,223); }
td.TdClassName
{
border-color: #9F78DF;
}
.TagClassName
{
border-color: #9F78DF;
}
</style>