Shades of Medium Purple #9F7EDE
Tints of Medium Purple #9F7EDE
RGB
CMYK
RGB Variations
Color information
#9F7EDE (or 0x9F7EDE) is known color: Medium Purple. HEX triplet: 9F, 7E and DE. RGB value is (159,126,222). Sum of RGB (Red+Green+Blue) = 159+126+222=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F7EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7EDE is #608121. Grayscale: #929292. Windows color (decimal): -6324514 or 14581407. OLE color: 14581407.
HSL color Cylindrical-coordinate representation of color #9F7EDE: hue angle of 260.62º degrees, saturation: 0.59, 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 #9F7EDE is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 126 | 222 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.13 |
| HSL | 260.63º | 0.59% | 0.68% | - |
| HSV(B) | 260.63º | 0.43% | 0.87% | - |
| XYZ | 34.94 | 27.57 | 72.59 | - |
| YUV | 146.81 | 170.43 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 126 | 222 | 0.28 | 0.43 | 0 | 0.13 | 260.63 | 0.59 | 0.68 |
| Hex | 9F | 7E | DE | 1C | 2B | 0 | D | 105 | 3B | 44 |
| Octal | 237 | 176 | 336 | 34 | 53 | 0 | 15 | 405 | 73 | 104 |
| Binary | 10011111 | 1111110 | 11011110 | 11100 | 101011 | 0 | 1101 | 100000101 | 111011 | 1000100 |
Color Harmonies of #9F7EDE
Complementary color
Monochromatic Colors of #9F7EDE
Black with #9F7EDE
Text Example
Text Example
White with #9F7EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7EDE; }
p { color: rgb(159,126,222); }
H1.HeaderClassName
{
color: #9F7EDE;
}
.AnyTagClassName
{
color: #9F7EDE;
}
</style>
background-color css
<style>
a { background-color: #9F7EDE; }
a { background-color: rgb(159,126,222); }
div.DivClassName
{
background-color: #9F7EDE;
}
.BgClassName
{
background-color: #9F7EDE;
}
</style>
border-color css
<style>
span { border-color: #9F7EDE; }
span { border-color: rgb(159,126,222); }
td.TdClassName
{
border-color: #9F7EDE;
}
.TagClassName
{
border-color: #9F7EDE;
}
</style>