Shades of Medium Purple #9E7ADF
Tints of Medium Purple #9E7ADF
RGB
CMYK
RGB Variations
Color information
#9E7ADF (or 0x9E7ADF) is known color: Medium Purple. HEX triplet: 9E, 7A and DF. RGB value is (158,122,223). Sum of RGB (Red+Green+Blue) = 158+122+223=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E7ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7ADF is #618520. Grayscale: #8F8F8F. Windows color (decimal): -6391073 or 14645918. OLE color: 14645918.
HSL color Cylindrical-coordinate representation of color #9E7ADF: hue angle of 261.39º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E7ADF is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 122 | 223 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.13 |
| HSL | 261.39º | 0.61% | 0.68% | - |
| HSV(B) | 261.39º | 0.45% | 0.87% | - |
| XYZ | 34.38 | 26.52 | 73.12 | - |
| YUV | 144.28 | 172.43 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 122 | 223 | 0.29 | 0.45 | 0 | 0.13 | 261.39 | 0.61 | 0.68 |
| Hex | 9E | 7A | DF | 1D | 2D | 0 | D | 105 | 3D | 44 |
| Octal | 236 | 172 | 337 | 35 | 55 | 0 | 15 | 405 | 75 | 104 |
| Binary | 10011110 | 1111010 | 11011111 | 11101 | 101101 | 0 | 1101 | 100000101 | 111101 | 1000100 |
Color Harmonies of #9E7ADF
Complementary color
Monochromatic Colors of #9E7ADF
Black with #9E7ADF
Text Example
Text Example
White with #9E7ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7ADF; }
p { color: rgb(158,122,223); }
H1.HeaderClassName
{
color: #9E7ADF;
}
.AnyTagClassName
{
color: #9E7ADF;
}
</style>
background-color css
<style>
a { background-color: #9E7ADF; }
a { background-color: rgb(158,122,223); }
div.DivClassName
{
background-color: #9E7ADF;
}
.BgClassName
{
background-color: #9E7ADF;
}
</style>
border-color css
<style>
span { border-color: #9E7ADF; }
span { border-color: rgb(158,122,223); }
td.TdClassName
{
border-color: #9E7ADF;
}
.TagClassName
{
border-color: #9E7ADF;
}
</style>