Shades of Medium Purple #8F6EEC
Tints of Medium Purple #8F6EEC
RGB
CMYK
RGB Variations
Color information
#8F6EEC (or 0x8F6EEC) is known color: Medium Purple. HEX triplet: 8F, 6E and EC. RGB value is (143,110,236). Sum of RGB (Red+Green+Blue) = 143+110+236=489 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.24% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F6EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F6EEC is #709113. Grayscale: #858585. Windows color (decimal): -7377172 or 15494799. OLE color: 15494799.
HSL color Cylindrical-coordinate representation of color #8F6EEC: hue angle of 255.71º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F6EEC is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 110 | 236 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.07 |
| HSL | 255.71º | 0.77% | 0.68% | - |
| HSV(B) | 255.71º | 0.53% | 0.93% | - |
| XYZ | 32.04 | 23.05 | 82.12 | - |
| YUV | 134.23 | 185.43 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 110 | 236 | 0.39 | 0.53 | 0 | 0.07 | 255.71 | 0.77 | 0.68 |
| Hex | 8F | 6E | EC | 27 | 35 | 0 | 7 | 100 | 4D | 44 |
| Octal | 217 | 156 | 354 | 47 | 65 | 0 | 7 | 400 | 115 | 104 |
| Binary | 10001111 | 1101110 | 11101100 | 100111 | 110101 | 0 | 111 | 100000000 | 1001101 | 1000100 |
Color Harmonies of #8F6EEC
Complementary color
Monochromatic Colors of #8F6EEC
Black with #8F6EEC
Text Example
Text Example
White with #8F6EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6EEC; }
p { color: rgb(143,110,236); }
H1.HeaderClassName
{
color: #8F6EEC;
}
.AnyTagClassName
{
color: #8F6EEC;
}
</style>
background-color css
<style>
a { background-color: #8F6EEC; }
a { background-color: rgb(143,110,236); }
div.DivClassName
{
background-color: #8F6EEC;
}
.BgClassName
{
background-color: #8F6EEC;
}
</style>
border-color css
<style>
span { border-color: #8F6EEC; }
span { border-color: rgb(143,110,236); }
td.TdClassName
{
border-color: #8F6EEC;
}
.TagClassName
{
border-color: #8F6EEC;
}
</style>