Shades of Medium Purple #8F64EC
Tints of Medium Purple #8F64EC
RGB
CMYK
RGB Variations
Color information
#8F64EC (or 0x8F64EC) is known color: Medium Purple. HEX triplet: 8F, 64 and EC. RGB value is (143,100,236). Sum of RGB (Red+Green+Blue) = 143+100+236=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F64EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F64EC is #709B13. Grayscale: #7F7F7F. Windows color (decimal): -7379732 or 15492239. OLE color: 15492239.
HSL color Cylindrical-coordinate representation of color #8F64EC: hue angle of 258.97º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F64EC is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 100 | 236 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.07 |
| HSL | 258.97º | 0.78% | 0.66% | - |
| HSV(B) | 258.97º | 0.58% | 0.93% | - |
| XYZ | 31.03 | 21.01 | 81.78 | - |
| YUV | 128.36 | 188.75 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 100 | 236 | 0.39 | 0.58 | 0 | 0.07 | 258.97 | 0.78 | 0.66 |
| Hex | 8F | 64 | EC | 27 | 3A | 0 | 7 | 103 | 4E | 42 |
| Octal | 217 | 144 | 354 | 47 | 72 | 0 | 7 | 403 | 116 | 102 |
| Binary | 10001111 | 1100100 | 11101100 | 100111 | 111010 | 0 | 111 | 100000011 | 1001110 | 1000010 |
Color Harmonies of #8F64EC
Complementary color
Monochromatic Colors of #8F64EC
Black with #8F64EC
Text Example
Text Example
White with #8F64EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F64EC; }
p { color: rgb(143,100,236); }
H1.HeaderClassName
{
color: #8F64EC;
}
.AnyTagClassName
{
color: #8F64EC;
}
</style>
background-color css
<style>
a { background-color: #8F64EC; }
a { background-color: rgb(143,100,236); }
div.DivClassName
{
background-color: #8F64EC;
}
.BgClassName
{
background-color: #8F64EC;
}
</style>
border-color css
<style>
span { border-color: #8F64EC; }
span { border-color: rgb(143,100,236); }
td.TdClassName
{
border-color: #8F64EC;
}
.TagClassName
{
border-color: #8F64EC;
}
</style>