Shades of Medium Purple #8971E1
Tints of Medium Purple #8971E1
RGB
CMYK
RGB Variations
Color information
#8971E1 (or 0x8971E1) is known color: Medium Purple. HEX triplet: 89, 71 and E1. RGB value is (137,113,225). Sum of RGB (Red+Green+Blue) = 137+113+225=475 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.84% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 225 (88.28% from 255 or 47.37% from 475); Max value from RGB is 225 - color contains mainly: blue. Hex color #8971E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8971E1 is #768E1E. Grayscale: #848484. Windows color (decimal): -7769631 or 14774665. OLE color: 14774665.
HSL color Cylindrical-coordinate representation of color #8971E1: hue angle of 252.86º 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 #8971E1 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 113 | 225 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.12 |
| HSL | 252.86º | 0.65% | 0.66% | - |
| HSV(B) | 252.86º | 0.5% | 0.88% | - |
| XYZ | 29.81 | 22.56 | 74.02 | - |
| YUV | 132.94 | 179.95 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 113 | 225 | 0.39 | 0.50 | 0 | 0.12 | 252.86 | 0.65 | 0.66 |
| Hex | 89 | 71 | E1 | 27 | 32 | 0 | C | FD | 41 | 42 |
| Octal | 211 | 161 | 341 | 47 | 62 | 0 | 14 | 375 | 101 | 102 |
| Binary | 10001001 | 1110001 | 11100001 | 100111 | 110010 | 0 | 1100 | 11111101 | 1000001 | 1000010 |
Color Harmonies of #8971E1
Complementary color
Monochromatic Colors of #8971E1
Black with #8971E1
Text Example
Text Example
White with #8971E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8971E1; }
p { color: rgb(137,113,225); }
H1.HeaderClassName
{
color: #8971E1;
}
.AnyTagClassName
{
color: #8971E1;
}
</style>
background-color css
<style>
a { background-color: #8971E1; }
a { background-color: rgb(137,113,225); }
div.DivClassName
{
background-color: #8971E1;
}
.BgClassName
{
background-color: #8971E1;
}
</style>
border-color css
<style>
span { border-color: #8971E1; }
span { border-color: rgb(137,113,225); }
td.TdClassName
{
border-color: #8971E1;
}
.TagClassName
{
border-color: #8971E1;
}
</style>