Shades of Medium Purple #9E7ADD
Tints of Medium Purple #9E7ADD
RGB
CMYK
RGB Variations
Color information
#9E7ADD (or 0x9E7ADD) is known color: Medium Purple. HEX triplet: 9E, 7A and DD. RGB value is (158,122,221). Sum of RGB (Red+Green+Blue) = 158+122+221=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E7ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7ADD is #618522. Grayscale: #8F8F8F. Windows color (decimal): -6391075 or 14514846. OLE color: 14514846.
HSL color Cylindrical-coordinate representation of color #9E7ADD: hue angle of 261.82º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E7ADD is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 122 | 221 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.13 |
| HSL | 261.82º | 0.59% | 0.67% | - |
| HSV(B) | 261.82º | 0.45% | 0.87% | - |
| XYZ | 34.11 | 26.41 | 71.71 | - |
| YUV | 144.05 | 171.43 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 122 | 221 | 0.29 | 0.45 | 0 | 0.13 | 261.82 | 0.59 | 0.67 |
| Hex | 9E | 7A | DD | 1D | 2D | 0 | D | 106 | 3B | 43 |
| Octal | 236 | 172 | 335 | 35 | 55 | 0 | 15 | 406 | 73 | 103 |
| Binary | 10011110 | 1111010 | 11011101 | 11101 | 101101 | 0 | 1101 | 100000110 | 111011 | 1000011 |
Color Harmonies of #9E7ADD
Complementary color
Monochromatic Colors of #9E7ADD
Black with #9E7ADD
Text Example
Text Example
White with #9E7ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7ADD; }
p { color: rgb(158,122,221); }
H1.HeaderClassName
{
color: #9E7ADD;
}
.AnyTagClassName
{
color: #9E7ADD;
}
</style>
background-color css
<style>
a { background-color: #9E7ADD; }
a { background-color: rgb(158,122,221); }
div.DivClassName
{
background-color: #9E7ADD;
}
.BgClassName
{
background-color: #9E7ADD;
}
</style>
border-color css
<style>
span { border-color: #9E7ADD; }
span { border-color: rgb(158,122,221); }
td.TdClassName
{
border-color: #9E7ADD;
}
.TagClassName
{
border-color: #9E7ADD;
}
</style>