Shades of Medium Purple #9F7DDF
Tints of Medium Purple #9F7DDF
RGB
CMYK
RGB Variations
Color information
#9F7DDF (or 0x9F7DDF) is known color: Medium Purple. HEX triplet: 9F, 7D and DF. RGB value is (159,125,223). Sum of RGB (Red+Green+Blue) = 159+125+223=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F7DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7DDF is #608220. Grayscale: #919191. Windows color (decimal): -6324769 or 14646687. OLE color: 14646687.
HSL color Cylindrical-coordinate representation of color #9F7DDF: hue angle of 260.82º degrees, saturation: 0.6, 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 #9F7DDF is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 125 | 223 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.13 |
| HSL | 260.82º | 0.6% | 0.68% | - |
| HSV(B) | 260.82º | 0.44% | 0.87% | - |
| XYZ | 34.95 | 27.37 | 73.25 | - |
| YUV | 146.34 | 171.26 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 125 | 223 | 0.29 | 0.44 | 0 | 0.13 | 260.82 | 0.6 | 0.68 |
| Hex | 9F | 7D | DF | 1D | 2C | 0 | D | 105 | 3C | 44 |
| Octal | 237 | 175 | 337 | 35 | 54 | 0 | 15 | 405 | 74 | 104 |
| Binary | 10011111 | 1111101 | 11011111 | 11101 | 101100 | 0 | 1101 | 100000101 | 111100 | 1000100 |
Color Harmonies of #9F7DDF
Complementary color
Monochromatic Colors of #9F7DDF
Black with #9F7DDF
Text Example
Text Example
White with #9F7DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7DDF; }
p { color: rgb(159,125,223); }
H1.HeaderClassName
{
color: #9F7DDF;
}
.AnyTagClassName
{
color: #9F7DDF;
}
</style>
background-color css
<style>
a { background-color: #9F7DDF; }
a { background-color: rgb(159,125,223); }
div.DivClassName
{
background-color: #9F7DDF;
}
.BgClassName
{
background-color: #9F7DDF;
}
</style>
border-color css
<style>
span { border-color: #9F7DDF; }
span { border-color: rgb(159,125,223); }
td.TdClassName
{
border-color: #9F7DDF;
}
.TagClassName
{
border-color: #9F7DDF;
}
</style>