Shades of Medium Purple #9D7EEA
Tints of Medium Purple #9D7EEA
RGB
CMYK
RGB Variations
Color information
#9D7EEA (or 0x9D7EEA) is known color: Medium Purple. HEX triplet: 9D, 7E and EA. RGB value is (157,126,234). Sum of RGB (Red+Green+Blue) = 157+126+234=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D7EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D7EEA is #628115. Grayscale: #939393. Windows color (decimal): -6455574 or 15367837. OLE color: 15367837.
HSL color Cylindrical-coordinate representation of color #9D7EEA: hue angle of 257.22º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D7EEA is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 126 | 234 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.08 |
| HSL | 257.22º | 0.72% | 0.71% | - |
| HSV(B) | 257.22º | 0.46% | 0.92% | - |
| XYZ | 36.22 | 28.03 | 81.34 | - |
| YUV | 147.58 | 176.77 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 126 | 234 | 0.33 | 0.46 | 0 | 0.08 | 257.22 | 0.72 | 0.71 |
| Hex | 9D | 7E | EA | 21 | 2E | 0 | 8 | 101 | 48 | 47 |
| Octal | 235 | 176 | 352 | 41 | 56 | 0 | 10 | 401 | 110 | 107 |
| Binary | 10011101 | 1111110 | 11101010 | 100001 | 101110 | 0 | 1000 | 100000001 | 1001000 | 1000111 |
Color Harmonies of #9D7EEA
Complementary color
Monochromatic Colors of #9D7EEA
Black with #9D7EEA
Text Example
Text Example
White with #9D7EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7EEA; }
p { color: rgb(157,126,234); }
H1.HeaderClassName
{
color: #9D7EEA;
}
.AnyTagClassName
{
color: #9D7EEA;
}
</style>
background-color css
<style>
a { background-color: #9D7EEA; }
a { background-color: rgb(157,126,234); }
div.DivClassName
{
background-color: #9D7EEA;
}
.BgClassName
{
background-color: #9D7EEA;
}
</style>
border-color css
<style>
span { border-color: #9D7EEA; }
span { border-color: rgb(157,126,234); }
td.TdClassName
{
border-color: #9D7EEA;
}
.TagClassName
{
border-color: #9D7EEA;
}
</style>