Shades of Medium Purple #8F61EC
Tints of Medium Purple #8F61EC
RGB
CMYK
RGB Variations
Color information
#8F61EC (or 0x8F61EC) is known color: Medium Purple. HEX triplet: 8F, 61 and EC. RGB value is (143,97,236). Sum of RGB (Red+Green+Blue) = 143+97+236=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F61EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F61EC is #709E13. Grayscale: #7E7E7E. Windows color (decimal): -7380500 or 15491471. OLE color: 15491471.
HSL color Cylindrical-coordinate representation of color #8F61EC: hue angle of 259.86º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F61EC is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 97 | 236 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.07 |
| HSL | 259.86º | 0.79% | 0.65% | - |
| HSV(B) | 259.86º | 0.59% | 0.93% | - |
| XYZ | 30.74 | 20.45 | 81.68 | - |
| YUV | 126.6 | 189.74 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 97 | 236 | 0.39 | 0.59 | 0 | 0.07 | 259.86 | 0.79 | 0.65 |
| Hex | 8F | 61 | EC | 27 | 3B | 0 | 7 | 104 | 4F | 41 |
| Octal | 217 | 141 | 354 | 47 | 73 | 0 | 7 | 404 | 117 | 101 |
| Binary | 10001111 | 1100001 | 11101100 | 100111 | 111011 | 0 | 111 | 100000100 | 1001111 | 1000001 |
Color Harmonies of #8F61EC
Complementary color
Monochromatic Colors of #8F61EC
Black with #8F61EC
Text Example
Text Example
White with #8F61EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F61EC; }
p { color: rgb(143,97,236); }
H1.HeaderClassName
{
color: #8F61EC;
}
.AnyTagClassName
{
color: #8F61EC;
}
</style>
background-color css
<style>
a { background-color: #8F61EC; }
a { background-color: rgb(143,97,236); }
div.DivClassName
{
background-color: #8F61EC;
}
.BgClassName
{
background-color: #8F61EC;
}
</style>
border-color css
<style>
span { border-color: #8F61EC; }
span { border-color: rgb(143,97,236); }
td.TdClassName
{
border-color: #8F61EC;
}
.TagClassName
{
border-color: #8F61EC;
}
</style>