Shades of Medium Purple #9E71D6
Tints of Medium Purple #9E71D6
RGB
CMYK
RGB Variations
Color information
#9E71D6 (or 0x9E71D6) is known color: Medium Purple. HEX triplet: 9E, 71 and D6. RGB value is (158,113,214). Sum of RGB (Red+Green+Blue) = 158+113+214=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: blue. Hex color #9E71D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E71D6 is #618E29. Grayscale: #898989. Windows color (decimal): -6393386 or 14053790. OLE color: 14053790.
HSL color Cylindrical-coordinate representation of color #9E71D6: hue angle of 266.73º degrees, saturation: 0.55, 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 #9E71D6 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 113 | 214 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.16 |
| HSL | 266.73º | 0.55% | 0.64% | - |
| HSV(B) | 266.73º | 0.47% | 0.84% | - |
| XYZ | 32.14 | 23.93 | 66.54 | - |
| YUV | 137.97 | 170.91 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 113 | 214 | 0.26 | 0.47 | 0 | 0.16 | 266.73 | 0.55 | 0.64 |
| Hex | 9E | 71 | D6 | 1A | 2F | 0 | 10 | 10B | 37 | 40 |
| Octal | 236 | 161 | 326 | 32 | 57 | 0 | 20 | 413 | 67 | 100 |
| Binary | 10011110 | 1110001 | 11010110 | 11010 | 101111 | 0 | 10000 | 100001011 | 110111 | 1000000 |
Color Harmonies of #9E71D6
Complementary color
Monochromatic Colors of #9E71D6
Black with #9E71D6
Text Example
Text Example
White with #9E71D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E71D6; }
p { color: rgb(158,113,214); }
H1.HeaderClassName
{
color: #9E71D6;
}
.AnyTagClassName
{
color: #9E71D6;
}
</style>
background-color css
<style>
a { background-color: #9E71D6; }
a { background-color: rgb(158,113,214); }
div.DivClassName
{
background-color: #9E71D6;
}
.BgClassName
{
background-color: #9E71D6;
}
</style>
border-color css
<style>
span { border-color: #9E71D6; }
span { border-color: rgb(158,113,214); }
td.TdClassName
{
border-color: #9E71D6;
}
.TagClassName
{
border-color: #9E71D6;
}
</style>