Shades of Medium Purple #9F7EDF
Tints of Medium Purple #9F7EDF
RGB
CMYK
RGB Variations
Color information
#9F7EDF (or 0x9F7EDF) is known color: Medium Purple. HEX triplet: 9F, 7E and DF. RGB value is (159,126,223). Sum of RGB (Red+Green+Blue) = 159+126+223=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 126 (49.61% from 255 or 24.80% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F7EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7EDF is #608120. Grayscale: #929292. Windows color (decimal): -6324513 or 14646943. OLE color: 14646943.
HSL color Cylindrical-coordinate representation of color #9F7EDF: hue angle of 260.41º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F7EDF is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 126 | 223 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.13 |
| HSL | 260.41º | 0.6% | 0.68% | - |
| HSV(B) | 260.41º | 0.43% | 0.87% | - |
| XYZ | 35.08 | 27.62 | 73.29 | - |
| YUV | 146.93 | 170.93 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 126 | 223 | 0.29 | 0.43 | 0 | 0.13 | 260.41 | 0.6 | 0.68 |
| Hex | 9F | 7E | DF | 1D | 2B | 0 | D | 104 | 3C | 44 |
| Octal | 237 | 176 | 337 | 35 | 53 | 0 | 15 | 404 | 74 | 104 |
| Binary | 10011111 | 1111110 | 11011111 | 11101 | 101011 | 0 | 1101 | 100000100 | 111100 | 1000100 |
Color Harmonies of #9F7EDF
Complementary color
Monochromatic Colors of #9F7EDF
Black with #9F7EDF
Text Example
Text Example
White with #9F7EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7EDF; }
p { color: rgb(159,126,223); }
H1.HeaderClassName
{
color: #9F7EDF;
}
.AnyTagClassName
{
color: #9F7EDF;
}
</style>
background-color css
<style>
a { background-color: #9F7EDF; }
a { background-color: rgb(159,126,223); }
div.DivClassName
{
background-color: #9F7EDF;
}
.BgClassName
{
background-color: #9F7EDF;
}
</style>
border-color css
<style>
span { border-color: #9F7EDF; }
span { border-color: rgb(159,126,223); }
td.TdClassName
{
border-color: #9F7EDF;
}
.TagClassName
{
border-color: #9F7EDF;
}
</style>