Shades of Medium Purple #8771D7
Tints of Medium Purple #8771D7
RGB
CMYK
RGB Variations
Color information
#8771D7 (or 0x8771D7) is known color: Medium Purple. HEX triplet: 87, 71 and D7. RGB value is (135,113,215). Sum of RGB (Red+Green+Blue) = 135+113+215=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 215 - color contains mainly: blue. Hex color #8771D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8771D7 is #788E28. Grayscale: #828282. Windows color (decimal): -7900713 or 14119303. OLE color: 14119303.
HSL color Cylindrical-coordinate representation of color #8771D7: hue angle of 252.94º 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 #8771D7 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 113 | 215 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.16 |
| HSL | 252.94º | 0.56% | 0.64% | - |
| HSV(B) | 252.94º | 0.47% | 0.84% | - |
| XYZ | 28.16 | 21.87 | 67.03 | - |
| YUV | 131.21 | 175.29 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 113 | 215 | 0.37 | 0.47 | 0 | 0.16 | 252.94 | 0.56 | 0.64 |
| Hex | 87 | 71 | D7 | 25 | 2F | 0 | 10 | FD | 38 | 40 |
| Octal | 207 | 161 | 327 | 45 | 57 | 0 | 20 | 375 | 70 | 100 |
| Binary | 10000111 | 1110001 | 11010111 | 100101 | 101111 | 0 | 10000 | 11111101 | 111000 | 1000000 |
Color Harmonies of #8771D7
Complementary color
Monochromatic Colors of #8771D7
Black with #8771D7
Text Example
Text Example
White with #8771D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8771D7; }
p { color: rgb(135,113,215); }
H1.HeaderClassName
{
color: #8771D7;
}
.AnyTagClassName
{
color: #8771D7;
}
</style>
background-color css
<style>
a { background-color: #8771D7; }
a { background-color: rgb(135,113,215); }
div.DivClassName
{
background-color: #8771D7;
}
.BgClassName
{
background-color: #8771D7;
}
</style>
border-color css
<style>
span { border-color: #8771D7; }
span { border-color: rgb(135,113,215); }
td.TdClassName
{
border-color: #8771D7;
}
.TagClassName
{
border-color: #8771D7;
}
</style>