Shades of Medium Purple #9E7ADB
Tints of Medium Purple #9E7ADB
RGB
CMYK
RGB Variations
Color information
#9E7ADB (or 0x9E7ADB) is known color: Medium Purple. HEX triplet: 9E, 7A and DB. RGB value is (158,122,219). Sum of RGB (Red+Green+Blue) = 158+122+219=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E7ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7ADB is #618524. Grayscale: #8F8F8F. Windows color (decimal): -6391077 or 14383774. OLE color: 14383774.
HSL color Cylindrical-coordinate representation of color #9E7ADB: hue angle of 262.27º 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 #9E7ADB is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 122 | 219 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.14 |
| HSL | 262.27º | 0.57% | 0.67% | - |
| HSV(B) | 262.27º | 0.44% | 0.86% | - |
| XYZ | 33.85 | 26.3 | 70.31 | - |
| YUV | 143.82 | 170.43 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 122 | 219 | 0.28 | 0.44 | 0 | 0.14 | 262.27 | 0.57 | 0.67 |
| Hex | 9E | 7A | DB | 1C | 2C | 0 | E | 106 | 39 | 43 |
| Octal | 236 | 172 | 333 | 34 | 54 | 0 | 16 | 406 | 71 | 103 |
| Binary | 10011110 | 1111010 | 11011011 | 11100 | 101100 | 0 | 1110 | 100000110 | 111001 | 1000011 |
Color Harmonies of #9E7ADB
Complementary color
Monochromatic Colors of #9E7ADB
Black with #9E7ADB
Text Example
Text Example
White with #9E7ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7ADB; }
p { color: rgb(158,122,219); }
H1.HeaderClassName
{
color: #9E7ADB;
}
.AnyTagClassName
{
color: #9E7ADB;
}
</style>
background-color css
<style>
a { background-color: #9E7ADB; }
a { background-color: rgb(158,122,219); }
div.DivClassName
{
background-color: #9E7ADB;
}
.BgClassName
{
background-color: #9E7ADB;
}
</style>
border-color css
<style>
span { border-color: #9E7ADB; }
span { border-color: rgb(158,122,219); }
td.TdClassName
{
border-color: #9E7ADB;
}
.TagClassName
{
border-color: #9E7ADB;
}
</style>