Shades of Medium Purple #8B7EE1
Tints of Medium Purple #8B7EE1
RGB
CMYK
RGB Variations
Color information
#8B7EE1 (or 0x8B7EE1) is known color: Medium Purple. HEX triplet: 8B, 7E and E1. RGB value is (139,126,225). Sum of RGB (Red+Green+Blue) = 139+126+225=490 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.37% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #8B7EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7EE1 is #74811E. Grayscale: #8C8C8C. Windows color (decimal): -7635231 or 14777995. OLE color: 14777995.
HSL color Cylindrical-coordinate representation of color #8B7EE1: hue angle of 247.88º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B7EE1 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 139 | 126 | 225 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.12 |
| HSL | 247.88º | 0.62% | 0.69% | - |
| HSV(B) | 247.88º | 0.44% | 0.88% | - |
| XYZ | 31.7 | 25.85 | 74.55 | - |
| YUV | 141.17 | 175.31 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 126 | 225 | 0.38 | 0.44 | 0 | 0.12 | 247.88 | 0.62 | 0.69 |
| Hex | 8B | 7E | E1 | 26 | 2C | 0 | C | F8 | 3E | 45 |
| Octal | 213 | 176 | 341 | 46 | 54 | 0 | 14 | 370 | 76 | 105 |
| Binary | 10001011 | 1111110 | 11100001 | 100110 | 101100 | 0 | 1100 | 11111000 | 111110 | 1000101 |
Color Harmonies of #8B7EE1
Complementary color
Monochromatic Colors of #8B7EE1
Black with #8B7EE1
Text Example
Text Example
White with #8B7EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7EE1; }
p { color: rgb(139,126,225); }
H1.HeaderClassName
{
color: #8B7EE1;
}
.AnyTagClassName
{
color: #8B7EE1;
}
</style>
background-color css
<style>
a { background-color: #8B7EE1; }
a { background-color: rgb(139,126,225); }
div.DivClassName
{
background-color: #8B7EE1;
}
.BgClassName
{
background-color: #8B7EE1;
}
</style>
border-color css
<style>
span { border-color: #8B7EE1; }
span { border-color: rgb(139,126,225); }
td.TdClassName
{
border-color: #8B7EE1;
}
.TagClassName
{
border-color: #8B7EE1;
}
</style>