Shades of Medium Purple #8971E5
Tints of Medium Purple #8971E5
RGB
CMYK
RGB Variations
Color information
#8971E5 (or 0x8971E5) is known color: Medium Purple. HEX triplet: 89, 71 and E5. RGB value is (137,113,229). Sum of RGB (Red+Green+Blue) = 137+113+229=479 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.60% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 229 - color contains mainly: blue. Hex color #8971E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8971E5 is #768E1A. Grayscale: #848484. Windows color (decimal): -7769627 or 15036809. OLE color: 15036809.
HSL color Cylindrical-coordinate representation of color #8971E5: hue angle of 252.41º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8971E5 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 113 | 229 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.10 |
| HSL | 252.41º | 0.69% | 0.67% | - |
| HSV(B) | 252.41º | 0.51% | 0.9% | - |
| XYZ | 30.36 | 22.79 | 76.93 | - |
| YUV | 133.4 | 181.95 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 113 | 229 | 0.40 | 0.51 | 0 | 0.10 | 252.41 | 0.69 | 0.67 |
| Hex | 89 | 71 | E5 | 28 | 33 | 0 | A | FC | 45 | 43 |
| Octal | 211 | 161 | 345 | 50 | 63 | 0 | 12 | 374 | 105 | 103 |
| Binary | 10001001 | 1110001 | 11100101 | 101000 | 110011 | 0 | 1010 | 11111100 | 1000101 | 1000011 |
Color Harmonies of #8971E5
Complementary color
Monochromatic Colors of #8971E5
Black with #8971E5
Text Example
Text Example
White with #8971E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8971E5; }
p { color: rgb(137,113,229); }
H1.HeaderClassName
{
color: #8971E5;
}
.AnyTagClassName
{
color: #8971E5;
}
</style>
background-color css
<style>
a { background-color: #8971E5; }
a { background-color: rgb(137,113,229); }
div.DivClassName
{
background-color: #8971E5;
}
.BgClassName
{
background-color: #8971E5;
}
</style>
border-color css
<style>
span { border-color: #8971E5; }
span { border-color: rgb(137,113,229); }
td.TdClassName
{
border-color: #8971E5;
}
.TagClassName
{
border-color: #8971E5;
}
</style>