Shades of Medium Purple #9F7EDB
Tints of Medium Purple #9F7EDB
RGB
CMYK
RGB Variations
Color information
#9F7EDB (or 0x9F7EDB) is known color: Medium Purple. HEX triplet: 9F, 7E and DB. RGB value is (159,126,219). Sum of RGB (Red+Green+Blue) = 159+126+219=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F7EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7EDB is #608124. Grayscale: #929292. Windows color (decimal): -6324517 or 14384799. OLE color: 14384799.
HSL color Cylindrical-coordinate representation of color #9F7EDB: hue angle of 261.29º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F7EDB is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 126 | 219 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.14 |
| HSL | 261.29º | 0.56% | 0.68% | - |
| HSV(B) | 261.29º | 0.42% | 0.86% | - |
| XYZ | 34.55 | 27.41 | 70.49 | - |
| YUV | 146.47 | 168.93 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 126 | 219 | 0.27 | 0.42 | 0 | 0.14 | 261.29 | 0.56 | 0.68 |
| Hex | 9F | 7E | DB | 1B | 2A | 0 | E | 105 | 38 | 44 |
| Octal | 237 | 176 | 333 | 33 | 52 | 0 | 16 | 405 | 70 | 104 |
| Binary | 10011111 | 1111110 | 11011011 | 11011 | 101010 | 0 | 1110 | 100000101 | 111000 | 1000100 |
Color Harmonies of #9F7EDB
Complementary color
Monochromatic Colors of #9F7EDB
Black with #9F7EDB
Text Example
Text Example
White with #9F7EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7EDB; }
p { color: rgb(159,126,219); }
H1.HeaderClassName
{
color: #9F7EDB;
}
.AnyTagClassName
{
color: #9F7EDB;
}
</style>
background-color css
<style>
a { background-color: #9F7EDB; }
a { background-color: rgb(159,126,219); }
div.DivClassName
{
background-color: #9F7EDB;
}
.BgClassName
{
background-color: #9F7EDB;
}
</style>
border-color css
<style>
span { border-color: #9F7EDB; }
span { border-color: rgb(159,126,219); }
td.TdClassName
{
border-color: #9F7EDB;
}
.TagClassName
{
border-color: #9F7EDB;
}
</style>