Shades of Medium Purple #9D71E1
Tints of Medium Purple #9D71E1
RGB
CMYK
RGB Variations
Color information
#9D71E1 (or 0x9D71E1) is known color: Medium Purple. HEX triplet: 9D, 71 and E1. RGB value is (157,113,225). Sum of RGB (Red+Green+Blue) = 157+113+225=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #9D71E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D71E1 is #628E1E. Grayscale: #8A8A8A. Windows color (decimal): -6458911 or 14774685. OLE color: 14774685.
HSL color Cylindrical-coordinate representation of color #9D71E1: hue angle of 263.57º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D71E1 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 113 | 225 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.12 |
| HSL | 263.57º | 0.65% | 0.66% | - |
| HSV(B) | 263.57º | 0.5% | 0.88% | - |
| XYZ | 33.4 | 24.41 | 74.19 | - |
| YUV | 138.92 | 176.58 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 113 | 225 | 0.30 | 0.50 | 0 | 0.12 | 263.57 | 0.65 | 0.66 |
| Hex | 9D | 71 | E1 | 1E | 32 | 0 | C | 108 | 41 | 42 |
| Octal | 235 | 161 | 341 | 36 | 62 | 0 | 14 | 410 | 101 | 102 |
| Binary | 10011101 | 1110001 | 11100001 | 11110 | 110010 | 0 | 1100 | 100001000 | 1000001 | 1000010 |
Color Harmonies of #9D71E1
Complementary color
Monochromatic Colors of #9D71E1
Black with #9D71E1
Text Example
Text Example
White with #9D71E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D71E1; }
p { color: rgb(157,113,225); }
H1.HeaderClassName
{
color: #9D71E1;
}
.AnyTagClassName
{
color: #9D71E1;
}
</style>
background-color css
<style>
a { background-color: #9D71E1; }
a { background-color: rgb(157,113,225); }
div.DivClassName
{
background-color: #9D71E1;
}
.BgClassName
{
background-color: #9D71E1;
}
</style>
border-color css
<style>
span { border-color: #9D71E1; }
span { border-color: rgb(157,113,225); }
td.TdClassName
{
border-color: #9D71E1;
}
.TagClassName
{
border-color: #9D71E1;
}
</style>