Shades of Medium Purple #9D71EC
Tints of Medium Purple #9D71EC
RGB
CMYK
RGB Variations
Color information
#9D71EC (or 0x9D71EC) is known color: Medium Purple. HEX triplet: 9D, 71 and EC. RGB value is (157,113,236). Sum of RGB (Red+Green+Blue) = 157+113+236=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #9D71EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D71EC is #628E13. Grayscale: #8B8B8B. Windows color (decimal): -6458900 or 15495581. OLE color: 15495581.
HSL color Cylindrical-coordinate representation of color #9D71EC: hue angle of 261.46º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D71EC is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 113 | 236 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.07 |
| HSL | 261.46º | 0.76% | 0.68% | - |
| HSV(B) | 261.46º | 0.52% | 0.93% | - |
| XYZ | 34.95 | 25.03 | 82.35 | - |
| YUV | 140.18 | 182.08 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 113 | 236 | 0.33 | 0.52 | 0 | 0.07 | 261.46 | 0.76 | 0.68 |
| Hex | 9D | 71 | EC | 21 | 34 | 0 | 7 | 105 | 4C | 44 |
| Octal | 235 | 161 | 354 | 41 | 64 | 0 | 7 | 405 | 114 | 104 |
| Binary | 10011101 | 1110001 | 11101100 | 100001 | 110100 | 0 | 111 | 100000101 | 1001100 | 1000100 |
Color Harmonies of #9D71EC
Complementary color
Monochromatic Colors of #9D71EC
Black with #9D71EC
Text Example
Text Example
White with #9D71EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D71EC; }
p { color: rgb(157,113,236); }
H1.HeaderClassName
{
color: #9D71EC;
}
.AnyTagClassName
{
color: #9D71EC;
}
</style>
background-color css
<style>
a { background-color: #9D71EC; }
a { background-color: rgb(157,113,236); }
div.DivClassName
{
background-color: #9D71EC;
}
.BgClassName
{
background-color: #9D71EC;
}
</style>
border-color css
<style>
span { border-color: #9D71EC; }
span { border-color: rgb(157,113,236); }
td.TdClassName
{
border-color: #9D71EC;
}
.TagClassName
{
border-color: #9D71EC;
}
</style>