Shades of Medium Purple #8F6FEC
Tints of Medium Purple #8F6FEC
RGB
CMYK
RGB Variations
Color information
#8F6FEC (or 0x8F6FEC) is known color: Medium Purple. HEX triplet: 8F, 6F and EC. RGB value is (143,111,236). Sum of RGB (Red+Green+Blue) = 143+111+236=490 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.18% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F6FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F6FEC is #709013. Grayscale: #868686. Windows color (decimal): -7376916 or 15495055. OLE color: 15495055.
HSL color Cylindrical-coordinate representation of color #8F6FEC: hue angle of 255.36º 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 #8F6FEC is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 111 | 236 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.07 |
| HSL | 255.36º | 0.77% | 0.68% | - |
| HSV(B) | 255.36º | 0.53% | 0.93% | - |
| XYZ | 32.15 | 23.26 | 82.15 | - |
| YUV | 134.82 | 185.1 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 111 | 236 | 0.39 | 0.53 | 0 | 0.07 | 255.36 | 0.77 | 0.68 |
| Hex | 8F | 6F | EC | 27 | 35 | 0 | 7 | FF | 4D | 44 |
| Octal | 217 | 157 | 354 | 47 | 65 | 0 | 7 | 377 | 115 | 104 |
| Binary | 10001111 | 1101111 | 11101100 | 100111 | 110101 | 0 | 111 | 11111111 | 1001101 | 1000100 |
Color Harmonies of #8F6FEC
Complementary color
Monochromatic Colors of #8F6FEC
Black with #8F6FEC
Text Example
Text Example
White with #8F6FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6FEC; }
p { color: rgb(143,111,236); }
H1.HeaderClassName
{
color: #8F6FEC;
}
.AnyTagClassName
{
color: #8F6FEC;
}
</style>
background-color css
<style>
a { background-color: #8F6FEC; }
a { background-color: rgb(143,111,236); }
div.DivClassName
{
background-color: #8F6FEC;
}
.BgClassName
{
background-color: #8F6FEC;
}
</style>
border-color css
<style>
span { border-color: #8F6FEC; }
span { border-color: rgb(143,111,236); }
td.TdClassName
{
border-color: #8F6FEC;
}
.TagClassName
{
border-color: #8F6FEC;
}
</style>