Shades of Medium Purple #8F71EC
Tints of Medium Purple #8F71EC
RGB
CMYK
RGB Variations
Color information
#8F71EC (or 0x8F71EC) is known color: Medium Purple. HEX triplet: 8F, 71 and EC. RGB value is (143,113,236). Sum of RGB (Red+Green+Blue) = 143+113+236=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F71EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F71EC is #708E13. Grayscale: #878787. Windows color (decimal): -7376404 or 15495567. OLE color: 15495567.
HSL color Cylindrical-coordinate representation of color #8F71EC: hue angle of 254.63º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F71EC is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 113 | 236 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.07 |
| HSL | 254.63º | 0.76% | 0.68% | - |
| HSV(B) | 254.63º | 0.52% | 0.93% | - |
| XYZ | 32.37 | 23.71 | 82.23 | - |
| YUV | 135.99 | 184.44 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 113 | 236 | 0.39 | 0.52 | 0 | 0.07 | 254.63 | 0.76 | 0.68 |
| Hex | 8F | 71 | EC | 27 | 34 | 0 | 7 | FF | 4C | 44 |
| Octal | 217 | 161 | 354 | 47 | 64 | 0 | 7 | 377 | 114 | 104 |
| Binary | 10001111 | 1110001 | 11101100 | 100111 | 110100 | 0 | 111 | 11111111 | 1001100 | 1000100 |
Color Harmonies of #8F71EC
Complementary color
Monochromatic Colors of #8F71EC
Black with #8F71EC
Text Example
Text Example
White with #8F71EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F71EC; }
p { color: rgb(143,113,236); }
H1.HeaderClassName
{
color: #8F71EC;
}
.AnyTagClassName
{
color: #8F71EC;
}
</style>
background-color css
<style>
a { background-color: #8F71EC; }
a { background-color: rgb(143,113,236); }
div.DivClassName
{
background-color: #8F71EC;
}
.BgClassName
{
background-color: #8F71EC;
}
</style>
border-color css
<style>
span { border-color: #8F71EC; }
span { border-color: rgb(143,113,236); }
td.TdClassName
{
border-color: #8F71EC;
}
.TagClassName
{
border-color: #8F71EC;
}
</style>