Shades of Medium Purple #9E71D7
Tints of Medium Purple #9E71D7
RGB
CMYK
RGB Variations
Color information
#9E71D7 (or 0x9E71D7) is known color: Medium Purple. HEX triplet: 9E, 71 and D7. RGB value is (158,113,215). Sum of RGB (Red+Green+Blue) = 158+113+215=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #9E71D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E71D7 is #618E28. Grayscale: #898989. Windows color (decimal): -6393385 or 14119326. OLE color: 14119326.
HSL color Cylindrical-coordinate representation of color #9E71D7: hue angle of 266.47º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E71D7 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 113 | 215 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.16 |
| HSL | 266.47º | 0.56% | 0.64% | - |
| HSV(B) | 266.47º | 0.47% | 0.84% | - |
| XYZ | 32.27 | 23.99 | 67.22 | - |
| YUV | 138.08 | 171.41 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 113 | 215 | 0.27 | 0.47 | 0 | 0.16 | 266.47 | 0.56 | 0.64 |
| Hex | 9E | 71 | D7 | 1B | 2F | 0 | 10 | 10A | 38 | 40 |
| Octal | 236 | 161 | 327 | 33 | 57 | 0 | 20 | 412 | 70 | 100 |
| Binary | 10011110 | 1110001 | 11010111 | 11011 | 101111 | 0 | 10000 | 100001010 | 111000 | 1000000 |
Color Harmonies of #9E71D7
Complementary color
Monochromatic Colors of #9E71D7
Black with #9E71D7
Text Example
Text Example
White with #9E71D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E71D7; }
p { color: rgb(158,113,215); }
H1.HeaderClassName
{
color: #9E71D7;
}
.AnyTagClassName
{
color: #9E71D7;
}
</style>
background-color css
<style>
a { background-color: #9E71D7; }
a { background-color: rgb(158,113,215); }
div.DivClassName
{
background-color: #9E71D7;
}
.BgClassName
{
background-color: #9E71D7;
}
</style>
border-color css
<style>
span { border-color: #9E71D7; }
span { border-color: rgb(158,113,215); }
td.TdClassName
{
border-color: #9E71D7;
}
.TagClassName
{
border-color: #9E71D7;
}
</style>