Shades of Medium Purple #9D7EE0
Tints of Medium Purple #9D7EE0
RGB
CMYK
RGB Variations
Color information
#9D7EE0 (or 0x9D7EE0) is known color: Medium Purple. HEX triplet: 9D, 7E and E0. RGB value is (157,126,224). Sum of RGB (Red+Green+Blue) = 157+126+224=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #9D7EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7EE0 is #62811F. Grayscale: #929292. Windows color (decimal): -6455584 or 14712477. OLE color: 14712477.
HSL color Cylindrical-coordinate representation of color #9D7EE0: hue angle of 258.98º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D7EE0 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 126 | 224 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.12 |
| HSL | 258.98º | 0.61% | 0.69% | - |
| HSV(B) | 258.98º | 0.44% | 0.88% | - |
| XYZ | 34.82 | 27.47 | 73.99 | - |
| YUV | 146.44 | 171.77 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 126 | 224 | 0.30 | 0.44 | 0 | 0.12 | 258.98 | 0.61 | 0.69 |
| Hex | 9D | 7E | E0 | 1E | 2C | 0 | C | 103 | 3D | 45 |
| Octal | 235 | 176 | 340 | 36 | 54 | 0 | 14 | 403 | 75 | 105 |
| Binary | 10011101 | 1111110 | 11100000 | 11110 | 101100 | 0 | 1100 | 100000011 | 111101 | 1000101 |
Color Harmonies of #9D7EE0
Complementary color
Monochromatic Colors of #9D7EE0
Black with #9D7EE0
Text Example
Text Example
White with #9D7EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7EE0; }
p { color: rgb(157,126,224); }
H1.HeaderClassName
{
color: #9D7EE0;
}
.AnyTagClassName
{
color: #9D7EE0;
}
</style>
background-color css
<style>
a { background-color: #9D7EE0; }
a { background-color: rgb(157,126,224); }
div.DivClassName
{
background-color: #9D7EE0;
}
.BgClassName
{
background-color: #9D7EE0;
}
</style>
border-color css
<style>
span { border-color: #9D7EE0; }
span { border-color: rgb(157,126,224); }
td.TdClassName
{
border-color: #9D7EE0;
}
.TagClassName
{
border-color: #9D7EE0;
}
</style>