Shades of Medium Purple #8C7FE0
Tints of Medium Purple #8C7FE0
RGB
CMYK
RGB Variations
Color information
#8C7FE0 (or 0x8C7FE0) is known color: Medium Purple. HEX triplet: 8C, 7F and E0. RGB value is (140,127,224). Sum of RGB (Red+Green+Blue) = 140+127+224=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #8C7FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7FE0 is #73801F. Grayscale: #8D8D8D. Windows color (decimal): -7569440 or 14712716. OLE color: 14712716.
HSL color Cylindrical-coordinate representation of color #8C7FE0: hue angle of 248.04º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C7FE0 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 127 | 224 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.12 |
| HSL | 248.04º | 0.61% | 0.69% | - |
| HSV(B) | 248.04º | 0.43% | 0.88% | - |
| XYZ | 31.86 | 26.14 | 73.89 | - |
| YUV | 141.95 | 174.31 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 224 | 0.38 | 0.43 | 0 | 0.12 | 248.04 | 0.61 | 0.69 |
| Hex | 8C | 7F | E0 | 26 | 2B | 0 | C | F8 | 3D | 45 |
| Octal | 214 | 177 | 340 | 46 | 53 | 0 | 14 | 370 | 75 | 105 |
| Binary | 10001100 | 1111111 | 11100000 | 100110 | 101011 | 0 | 1100 | 11111000 | 111101 | 1000101 |
Color Harmonies of #8C7FE0
Complementary color
Monochromatic Colors of #8C7FE0
Black with #8C7FE0
Text Example
Text Example
White with #8C7FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7FE0; }
p { color: rgb(140,127,224); }
H1.HeaderClassName
{
color: #8C7FE0;
}
.AnyTagClassName
{
color: #8C7FE0;
}
</style>
background-color css
<style>
a { background-color: #8C7FE0; }
a { background-color: rgb(140,127,224); }
div.DivClassName
{
background-color: #8C7FE0;
}
.BgClassName
{
background-color: #8C7FE0;
}
</style>
border-color css
<style>
span { border-color: #8C7FE0; }
span { border-color: rgb(140,127,224); }
td.TdClassName
{
border-color: #8C7FE0;
}
.TagClassName
{
border-color: #8C7FE0;
}
</style>