Shades of Medium Purple #8F7ED6
Tints of Medium Purple #8F7ED6
RGB
CMYK
RGB Variations
Color information
#8F7ED6 (or 0x8F7ED6) is known color: Medium Purple. HEX triplet: 8F, 7E and D6. RGB value is (143,126,214). Sum of RGB (Red+Green+Blue) = 143+126+214=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 214 - color contains mainly: blue. Hex color #8F7ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7ED6 is #708129. Grayscale: #8C8C8C. Windows color (decimal): -7373098 or 14057103. OLE color: 14057103.
HSL color Cylindrical-coordinate representation of color #8F7ED6: hue angle of 251.59º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F7ED6 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 126 | 214 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.16 |
| HSL | 251.59º | 0.52% | 0.67% | - |
| HSV(B) | 251.59º | 0.41% | 0.84% | - |
| XYZ | 30.93 | 25.62 | 66.93 | - |
| YUV | 141.12 | 169.13 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 126 | 214 | 0.33 | 0.41 | 0 | 0.16 | 251.59 | 0.52 | 0.67 |
| Hex | 8F | 7E | D6 | 21 | 29 | 0 | 10 | FC | 34 | 43 |
| Octal | 217 | 176 | 326 | 41 | 51 | 0 | 20 | 374 | 64 | 103 |
| Binary | 10001111 | 1111110 | 11010110 | 100001 | 101001 | 0 | 10000 | 11111100 | 110100 | 1000011 |
Color Harmonies of #8F7ED6
Complementary color
Monochromatic Colors of #8F7ED6
Black with #8F7ED6
Text Example
Text Example
White with #8F7ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7ED6; }
p { color: rgb(143,126,214); }
H1.HeaderClassName
{
color: #8F7ED6;
}
.AnyTagClassName
{
color: #8F7ED6;
}
</style>
background-color css
<style>
a { background-color: #8F7ED6; }
a { background-color: rgb(143,126,214); }
div.DivClassName
{
background-color: #8F7ED6;
}
.BgClassName
{
background-color: #8F7ED6;
}
</style>
border-color css
<style>
span { border-color: #8F7ED6; }
span { border-color: rgb(143,126,214); }
td.TdClassName
{
border-color: #8F7ED6;
}
.TagClassName
{
border-color: #8F7ED6;
}
</style>