Shades of Medium Purple #9F7ADB
Tints of Medium Purple #9F7ADB
RGB
CMYK
RGB Variations
Color information
#9F7ADB (or 0x9F7ADB) is known color: Medium Purple. HEX triplet: 9F, 7A and DB. RGB value is (159,122,219). Sum of RGB (Red+Green+Blue) = 159+122+219=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F7ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7ADB is #608524. Grayscale: #8F8F8F. Windows color (decimal): -6325541 or 14383775. OLE color: 14383775.
HSL color Cylindrical-coordinate representation of color #9F7ADB: hue angle of 262.89º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F7ADB is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 122 | 219 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.14 |
| HSL | 262.89º | 0.57% | 0.67% | - |
| HSV(B) | 262.89º | 0.44% | 0.86% | - |
| XYZ | 34.04 | 26.4 | 70.32 | - |
| YUV | 144.12 | 170.26 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 122 | 219 | 0.27 | 0.44 | 0 | 0.14 | 262.89 | 0.57 | 0.67 |
| Hex | 9F | 7A | DB | 1B | 2C | 0 | E | 107 | 39 | 43 |
| Octal | 237 | 172 | 333 | 33 | 54 | 0 | 16 | 407 | 71 | 103 |
| Binary | 10011111 | 1111010 | 11011011 | 11011 | 101100 | 0 | 1110 | 100000111 | 111001 | 1000011 |
Color Harmonies of #9F7ADB
Complementary color
Monochromatic Colors of #9F7ADB
Black with #9F7ADB
Text Example
Text Example
White with #9F7ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7ADB; }
p { color: rgb(159,122,219); }
H1.HeaderClassName
{
color: #9F7ADB;
}
.AnyTagClassName
{
color: #9F7ADB;
}
</style>
background-color css
<style>
a { background-color: #9F7ADB; }
a { background-color: rgb(159,122,219); }
div.DivClassName
{
background-color: #9F7ADB;
}
.BgClassName
{
background-color: #9F7ADB;
}
</style>
border-color css
<style>
span { border-color: #9F7ADB; }
span { border-color: rgb(159,122,219); }
td.TdClassName
{
border-color: #9F7ADB;
}
.TagClassName
{
border-color: #9F7ADB;
}
</style>