Shades of Medium Purple #9F7CDF
Tints of Medium Purple #9F7CDF
RGB
CMYK
RGB Variations
Color information
#9F7CDF (or 0x9F7CDF) is known color: Medium Purple. HEX triplet: 9F, 7C and DF. RGB value is (159,124,223). Sum of RGB (Red+Green+Blue) = 159+124+223=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F7CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7CDF is #608320. Grayscale: #919191. Windows color (decimal): -6325025 or 14646431. OLE color: 14646431.
HSL color Cylindrical-coordinate representation of color #9F7CDF: hue angle of 261.21º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F7CDF is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 124 | 223 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.13 |
| HSL | 261.21º | 0.61% | 0.68% | - |
| HSV(B) | 261.21º | 0.44% | 0.87% | - |
| XYZ | 34.83 | 27.11 | 73.21 | - |
| YUV | 145.75 | 171.6 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 124 | 223 | 0.29 | 0.44 | 0 | 0.13 | 261.21 | 0.61 | 0.68 |
| Hex | 9F | 7C | DF | 1D | 2C | 0 | D | 105 | 3D | 44 |
| Octal | 237 | 174 | 337 | 35 | 54 | 0 | 15 | 405 | 75 | 104 |
| Binary | 10011111 | 1111100 | 11011111 | 11101 | 101100 | 0 | 1101 | 100000101 | 111101 | 1000100 |
Color Harmonies of #9F7CDF
Complementary color
Monochromatic Colors of #9F7CDF
Black with #9F7CDF
Text Example
Text Example
White with #9F7CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7CDF; }
p { color: rgb(159,124,223); }
H1.HeaderClassName
{
color: #9F7CDF;
}
.AnyTagClassName
{
color: #9F7CDF;
}
</style>
background-color css
<style>
a { background-color: #9F7CDF; }
a { background-color: rgb(159,124,223); }
div.DivClassName
{
background-color: #9F7CDF;
}
.BgClassName
{
background-color: #9F7CDF;
}
</style>
border-color css
<style>
span { border-color: #9F7CDF; }
span { border-color: rgb(159,124,223); }
td.TdClassName
{
border-color: #9F7CDF;
}
.TagClassName
{
border-color: #9F7CDF;
}
</style>