Shades of Medium Purple #8F7EDF
Tints of Medium Purple #8F7EDF
RGB
CMYK
RGB Variations
Color information
#8F7EDF (or 0x8F7EDF) is known color: Medium Purple. HEX triplet: 8F, 7E and DF. RGB value is (143,126,223). Sum of RGB (Red+Green+Blue) = 143+126+223=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F7EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7EDF is #708120. Grayscale: #8D8D8D. Windows color (decimal): -7373089 or 14646927. OLE color: 14646927.
HSL color Cylindrical-coordinate representation of color #8F7EDF: hue angle of 250.52º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F7EDF is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 126 | 223 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.13 |
| HSL | 250.52º | 0.6% | 0.68% | - |
| HSV(B) | 250.52º | 0.43% | 0.87% | - |
| XYZ | 32.11 | 26.09 | 73.16 | - |
| YUV | 142.14 | 173.63 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 126 | 223 | 0.36 | 0.43 | 0 | 0.13 | 250.52 | 0.6 | 0.68 |
| Hex | 8F | 7E | DF | 24 | 2B | 0 | D | FB | 3C | 44 |
| Octal | 217 | 176 | 337 | 44 | 53 | 0 | 15 | 373 | 74 | 104 |
| Binary | 10001111 | 1111110 | 11011111 | 100100 | 101011 | 0 | 1101 | 11111011 | 111100 | 1000100 |
Color Harmonies of #8F7EDF
Complementary color
Monochromatic Colors of #8F7EDF
Black with #8F7EDF
Text Example
Text Example
White with #8F7EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7EDF; }
p { color: rgb(143,126,223); }
H1.HeaderClassName
{
color: #8F7EDF;
}
.AnyTagClassName
{
color: #8F7EDF;
}
</style>
background-color css
<style>
a { background-color: #8F7EDF; }
a { background-color: rgb(143,126,223); }
div.DivClassName
{
background-color: #8F7EDF;
}
.BgClassName
{
background-color: #8F7EDF;
}
</style>
border-color css
<style>
span { border-color: #8F7EDF; }
span { border-color: rgb(143,126,223); }
td.TdClassName
{
border-color: #8F7EDF;
}
.TagClassName
{
border-color: #8F7EDF;
}
</style>