Shades of Medium Purple #8F7CE1
Tints of Medium Purple #8F7CE1
RGB
CMYK
RGB Variations
Color information
#8F7CE1 (or 0x8F7CE1) is known color: Medium Purple. HEX triplet: 8F, 7C and E1. RGB value is (143,124,225). Sum of RGB (Red+Green+Blue) = 143+124+225=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 225 (88.28% from 255 or 45.73% from 492); Max value from RGB is 225 - color contains mainly: blue. Hex color #8F7CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7CE1 is #70831E. Grayscale: #8C8C8C. Windows color (decimal): -7373599 or 14777487. OLE color: 14777487.
HSL color Cylindrical-coordinate representation of color #8F7CE1: hue angle of 251.29º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F7CE1 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 124 | 225 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.12 |
| HSL | 251.29º | 0.63% | 0.68% | - |
| HSV(B) | 251.29º | 0.45% | 0.88% | - |
| XYZ | 32.13 | 25.69 | 74.5 | - |
| YUV | 141.2 | 175.29 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 124 | 225 | 0.36 | 0.45 | 0 | 0.12 | 251.29 | 0.63 | 0.68 |
| Hex | 8F | 7C | E1 | 24 | 2D | 0 | C | FB | 3F | 44 |
| Octal | 217 | 174 | 341 | 44 | 55 | 0 | 14 | 373 | 77 | 104 |
| Binary | 10001111 | 1111100 | 11100001 | 100100 | 101101 | 0 | 1100 | 11111011 | 111111 | 1000100 |
Color Harmonies of #8F7CE1
Complementary color
Monochromatic Colors of #8F7CE1
Black with #8F7CE1
Text Example
Text Example
White with #8F7CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7CE1; }
p { color: rgb(143,124,225); }
H1.HeaderClassName
{
color: #8F7CE1;
}
.AnyTagClassName
{
color: #8F7CE1;
}
</style>
background-color css
<style>
a { background-color: #8F7CE1; }
a { background-color: rgb(143,124,225); }
div.DivClassName
{
background-color: #8F7CE1;
}
.BgClassName
{
background-color: #8F7CE1;
}
</style>
border-color css
<style>
span { border-color: #8F7CE1; }
span { border-color: rgb(143,124,225); }
td.TdClassName
{
border-color: #8F7CE1;
}
.TagClassName
{
border-color: #8F7CE1;
}
</style>