Shades of Medium Purple #8F5EEC
Tints of Medium Purple #8F5EEC
RGB
CMYK
RGB Variations
Color information
#8F5EEC (or 0x8F5EEC) is known color: Medium Purple. HEX triplet: 8F, 5E and EC. RGB value is (143,94,236). Sum of RGB (Red+Green+Blue) = 143+94+236=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F5EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F5EEC is #70A113. Grayscale: #7C7C7C. Windows color (decimal): -7381268 or 15490703. OLE color: 15490703.
HSL color Cylindrical-coordinate representation of color #8F5EEC: hue angle of 260.7º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F5EEC is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 94 | 236 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.07 |
| HSL | 260.7º | 0.79% | 0.65% | - |
| HSV(B) | 260.7º | 0.6% | 0.93% | - |
| XYZ | 30.47 | 19.9 | 81.59 | - |
| YUV | 124.84 | 190.73 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 94 | 236 | 0.39 | 0.60 | 0 | 0.07 | 260.7 | 0.79 | 0.65 |
| Hex | 8F | 5E | EC | 27 | 3C | 0 | 7 | 105 | 4F | 41 |
| Octal | 217 | 136 | 354 | 47 | 74 | 0 | 7 | 405 | 117 | 101 |
| Binary | 10001111 | 1011110 | 11101100 | 100111 | 111100 | 0 | 111 | 100000101 | 1001111 | 1000001 |
Color Harmonies of #8F5EEC
Complementary color
Monochromatic Colors of #8F5EEC
Black with #8F5EEC
Text Example
Text Example
White with #8F5EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5EEC; }
p { color: rgb(143,94,236); }
H1.HeaderClassName
{
color: #8F5EEC;
}
.AnyTagClassName
{
color: #8F5EEC;
}
</style>
background-color css
<style>
a { background-color: #8F5EEC; }
a { background-color: rgb(143,94,236); }
div.DivClassName
{
background-color: #8F5EEC;
}
.BgClassName
{
background-color: #8F5EEC;
}
</style>
border-color css
<style>
span { border-color: #8F5EEC; }
span { border-color: rgb(143,94,236); }
td.TdClassName
{
border-color: #8F5EEC;
}
.TagClassName
{
border-color: #8F5EEC;
}
</style>