Shades of Medium Purple #8F7DE0
Tints of Medium Purple #8F7DE0
RGB
CMYK
RGB Variations
Color information
#8F7DE0 (or 0x8F7DE0) is known color: Medium Purple. HEX triplet: 8F, 7D and E0. RGB value is (143,125,224). Sum of RGB (Red+Green+Blue) = 143+125+224=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #8F7DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7DE0 is #70821F. Grayscale: #8D8D8D. Windows color (decimal): -7373344 or 14712207. OLE color: 14712207.
HSL color Cylindrical-coordinate representation of color #8F7DE0: hue angle of 250.91º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F7DE0 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 125 | 224 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.12 |
| HSL | 250.91º | 0.61% | 0.68% | - |
| HSV(B) | 250.91º | 0.44% | 0.88% | - |
| XYZ | 32.12 | 25.89 | 73.83 | - |
| YUV | 141.67 | 174.46 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 125 | 224 | 0.36 | 0.44 | 0 | 0.12 | 250.91 | 0.61 | 0.68 |
| Hex | 8F | 7D | E0 | 24 | 2C | 0 | C | FB | 3D | 44 |
| Octal | 217 | 175 | 340 | 44 | 54 | 0 | 14 | 373 | 75 | 104 |
| Binary | 10001111 | 1111101 | 11100000 | 100100 | 101100 | 0 | 1100 | 11111011 | 111101 | 1000100 |
Color Harmonies of #8F7DE0
Complementary color
Monochromatic Colors of #8F7DE0
Black with #8F7DE0
Text Example
Text Example
White with #8F7DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7DE0; }
p { color: rgb(143,125,224); }
H1.HeaderClassName
{
color: #8F7DE0;
}
.AnyTagClassName
{
color: #8F7DE0;
}
</style>
background-color css
<style>
a { background-color: #8F7DE0; }
a { background-color: rgb(143,125,224); }
div.DivClassName
{
background-color: #8F7DE0;
}
.BgClassName
{
background-color: #8F7DE0;
}
</style>
border-color css
<style>
span { border-color: #8F7DE0; }
span { border-color: rgb(143,125,224); }
td.TdClassName
{
border-color: #8F7DE0;
}
.TagClassName
{
border-color: #8F7DE0;
}
</style>