Shades of Medium Purple #9E71ED
Tints of Medium Purple #9E71ED
RGB
CMYK
RGB Variations
Color information
#9E71ED (or 0x9E71ED) is known color: Medium Purple. HEX triplet: 9E, 71 and ED. RGB value is (158,113,237). Sum of RGB (Red+Green+Blue) = 158+113+237=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #9E71ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E71ED is #618E12. Grayscale: #8C8C8C. Windows color (decimal): -6393363 or 15561118. OLE color: 15561118.
HSL color Cylindrical-coordinate representation of color #9E71ED: hue angle of 261.77º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E71ED is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 113 | 237 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.07 |
| HSL | 261.77º | 0.78% | 0.69% | - |
| HSV(B) | 261.77º | 0.52% | 0.93% | - |
| XYZ | 35.29 | 25.19 | 83.12 | - |
| YUV | 140.59 | 182.41 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 113 | 237 | 0.33 | 0.52 | 0 | 0.07 | 261.77 | 0.78 | 0.69 |
| Hex | 9E | 71 | ED | 21 | 34 | 0 | 7 | 106 | 4E | 45 |
| Octal | 236 | 161 | 355 | 41 | 64 | 0 | 7 | 406 | 116 | 105 |
| Binary | 10011110 | 1110001 | 11101101 | 100001 | 110100 | 0 | 111 | 100000110 | 1001110 | 1000101 |
Color Harmonies of #9E71ED
Complementary color
Monochromatic Colors of #9E71ED
Black with #9E71ED
Text Example
Text Example
White with #9E71ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E71ED; }
p { color: rgb(158,113,237); }
H1.HeaderClassName
{
color: #9E71ED;
}
.AnyTagClassName
{
color: #9E71ED;
}
</style>
background-color css
<style>
a { background-color: #9E71ED; }
a { background-color: rgb(158,113,237); }
div.DivClassName
{
background-color: #9E71ED;
}
.BgClassName
{
background-color: #9E71ED;
}
</style>
border-color css
<style>
span { border-color: #9E71ED; }
span { border-color: rgb(158,113,237); }
td.TdClassName
{
border-color: #9E71ED;
}
.TagClassName
{
border-color: #9E71ED;
}
</style>