Shades of Medium Purple #8F7ED5
Tints of Medium Purple #8F7ED5
RGB
CMYK
RGB Variations
Color information
#8F7ED5 (or 0x8F7ED5) is known color: Medium Purple. HEX triplet: 8F, 7E and D5. RGB value is (143,126,213). Sum of RGB (Red+Green+Blue) = 143+126+213=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #8F7ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7ED5 is #70812A. Grayscale: #8C8C8C. Windows color (decimal): -7373099 or 13991567. OLE color: 13991567.
HSL color Cylindrical-coordinate representation of color #8F7ED5: hue angle of 251.72º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F7ED5 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 126 | 213 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.16 |
| HSL | 251.72º | 0.51% | 0.66% | - |
| HSV(B) | 251.72º | 0.41% | 0.84% | - |
| XYZ | 30.8 | 25.57 | 66.26 | - |
| YUV | 141 | 168.63 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 126 | 213 | 0.33 | 0.41 | 0 | 0.16 | 251.72 | 0.51 | 0.66 |
| Hex | 8F | 7E | D5 | 21 | 29 | 0 | 10 | FC | 33 | 42 |
| Octal | 217 | 176 | 325 | 41 | 51 | 0 | 20 | 374 | 63 | 102 |
| Binary | 10001111 | 1111110 | 11010101 | 100001 | 101001 | 0 | 10000 | 11111100 | 110011 | 1000010 |
Color Harmonies of #8F7ED5
Complementary color
Monochromatic Colors of #8F7ED5
Black with #8F7ED5
Text Example
Text Example
White with #8F7ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7ED5; }
p { color: rgb(143,126,213); }
H1.HeaderClassName
{
color: #8F7ED5;
}
.AnyTagClassName
{
color: #8F7ED5;
}
</style>
background-color css
<style>
a { background-color: #8F7ED5; }
a { background-color: rgb(143,126,213); }
div.DivClassName
{
background-color: #8F7ED5;
}
.BgClassName
{
background-color: #8F7ED5;
}
</style>
border-color css
<style>
span { border-color: #8F7ED5; }
span { border-color: rgb(143,126,213); }
td.TdClassName
{
border-color: #8F7ED5;
}
.TagClassName
{
border-color: #8F7ED5;
}
</style>