Shades of Medium Purple #8C7EE1
Tints of Medium Purple #8C7EE1
RGB
CMYK
RGB Variations
Color information
#8C7EE1 (or 0x8C7EE1) is known color: Medium Purple. HEX triplet: 8C, 7E and E1. RGB value is (140,126,225). Sum of RGB (Red+Green+Blue) = 140+126+225=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 225 - color contains mainly: blue. Hex color #8C7EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7EE1 is #73811E. Grayscale: #8D8D8D. Windows color (decimal): -7569695 or 14777996. OLE color: 14777996.
HSL color Cylindrical-coordinate representation of color #8C7EE1: hue angle of 248.48º 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 #8C7EE1 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 126 | 225 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.12 |
| HSL | 248.48º | 0.62% | 0.69% | - |
| HSV(B) | 248.48º | 0.44% | 0.88% | - |
| XYZ | 31.87 | 25.93 | 74.56 | - |
| YUV | 141.47 | 175.14 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 126 | 225 | 0.38 | 0.44 | 0 | 0.12 | 248.48 | 0.62 | 0.69 |
| Hex | 8C | 7E | E1 | 26 | 2C | 0 | C | F8 | 3E | 45 |
| Octal | 214 | 176 | 341 | 46 | 54 | 0 | 14 | 370 | 76 | 105 |
| Binary | 10001100 | 1111110 | 11100001 | 100110 | 101100 | 0 | 1100 | 11111000 | 111110 | 1000101 |
Color Harmonies of #8C7EE1
Complementary color
Monochromatic Colors of #8C7EE1
Black with #8C7EE1
Text Example
Text Example
White with #8C7EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7EE1; }
p { color: rgb(140,126,225); }
H1.HeaderClassName
{
color: #8C7EE1;
}
.AnyTagClassName
{
color: #8C7EE1;
}
</style>
background-color css
<style>
a { background-color: #8C7EE1; }
a { background-color: rgb(140,126,225); }
div.DivClassName
{
background-color: #8C7EE1;
}
.BgClassName
{
background-color: #8C7EE1;
}
</style>
border-color css
<style>
span { border-color: #8C7EE1; }
span { border-color: rgb(140,126,225); }
td.TdClassName
{
border-color: #8C7EE1;
}
.TagClassName
{
border-color: #8C7EE1;
}
</style>