Shades of Medium Purple #9F7EDA
Tints of Medium Purple #9F7EDA
RGB
CMYK
RGB Variations
Color information
#9F7EDA (or 0x9F7EDA) is known color: Medium Purple. HEX triplet: 9F, 7E and DA. RGB value is (159,126,218). Sum of RGB (Red+Green+Blue) = 159+126+218=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F7EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7EDA is #608125. Grayscale: #929292. Windows color (decimal): -6324518 or 14319263. OLE color: 14319263.
HSL color Cylindrical-coordinate representation of color #9F7EDA: hue angle of 261.52º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F7EDA is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 126 | 218 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.15 |
| HSL | 261.52º | 0.55% | 0.67% | - |
| HSV(B) | 261.52º | 0.42% | 0.85% | - |
| XYZ | 34.41 | 27.35 | 69.8 | - |
| YUV | 146.36 | 168.43 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 126 | 218 | 0.27 | 0.42 | 0 | 0.15 | 261.52 | 0.55 | 0.67 |
| Hex | 9F | 7E | DA | 1B | 2A | 0 | F | 106 | 37 | 43 |
| Octal | 237 | 176 | 332 | 33 | 52 | 0 | 17 | 406 | 67 | 103 |
| Binary | 10011111 | 1111110 | 11011010 | 11011 | 101010 | 0 | 1111 | 100000110 | 110111 | 1000011 |
Color Harmonies of #9F7EDA
Complementary color
Monochromatic Colors of #9F7EDA
Black with #9F7EDA
Text Example
Text Example
White with #9F7EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7EDA; }
p { color: rgb(159,126,218); }
H1.HeaderClassName
{
color: #9F7EDA;
}
.AnyTagClassName
{
color: #9F7EDA;
}
</style>
background-color css
<style>
a { background-color: #9F7EDA; }
a { background-color: rgb(159,126,218); }
div.DivClassName
{
background-color: #9F7EDA;
}
.BgClassName
{
background-color: #9F7EDA;
}
</style>
border-color css
<style>
span { border-color: #9F7EDA; }
span { border-color: rgb(159,126,218); }
td.TdClassName
{
border-color: #9F7EDA;
}
.TagClassName
{
border-color: #9F7EDA;
}
</style>