Shades of Medium Purple #9D7EEE
Tints of Medium Purple #9D7EEE
RGB
CMYK
RGB Variations
Color information
#9D7EEE (or 0x9D7EEE) is known color: Medium Purple. HEX triplet: 9D, 7E and EE. RGB value is (157,126,238). Sum of RGB (Red+Green+Blue) = 157+126+238=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #9D7EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D7EEE is #628111. Grayscale: #939393. Windows color (decimal): -6455570 or 15629981. OLE color: 15629981.
HSL color Cylindrical-coordinate representation of color #9D7EEE: hue angle of 256.61º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D7EEE is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 126 | 238 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.07 |
| HSL | 256.61º | 0.77% | 0.71% | - |
| HSV(B) | 256.61º | 0.47% | 0.93% | - |
| XYZ | 36.8 | 28.26 | 84.4 | - |
| YUV | 148.04 | 178.77 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 126 | 238 | 0.34 | 0.47 | 0 | 0.07 | 256.61 | 0.77 | 0.71 |
| Hex | 9D | 7E | EE | 22 | 2F | 0 | 7 | 101 | 4D | 47 |
| Octal | 235 | 176 | 356 | 42 | 57 | 0 | 7 | 401 | 115 | 107 |
| Binary | 10011101 | 1111110 | 11101110 | 100010 | 101111 | 0 | 111 | 100000001 | 1001101 | 1000111 |
Color Harmonies of #9D7EEE
Complementary color
Monochromatic Colors of #9D7EEE
Black with #9D7EEE
Text Example
Text Example
White with #9D7EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7EEE; }
p { color: rgb(157,126,238); }
H1.HeaderClassName
{
color: #9D7EEE;
}
.AnyTagClassName
{
color: #9D7EEE;
}
</style>
background-color css
<style>
a { background-color: #9D7EEE; }
a { background-color: rgb(157,126,238); }
div.DivClassName
{
background-color: #9D7EEE;
}
.BgClassName
{
background-color: #9D7EEE;
}
</style>
border-color css
<style>
span { border-color: #9D7EEE; }
span { border-color: rgb(157,126,238); }
td.TdClassName
{
border-color: #9D7EEE;
}
.TagClassName
{
border-color: #9D7EEE;
}
</style>