Shades of Medium Purple #8D64EC
Tints of Medium Purple #8D64EC
RGB
CMYK
RGB Variations
Color information
#8D64EC (or 0x8D64EC) is known color: Medium Purple. HEX triplet: 8D, 64 and EC. RGB value is (141,100,236). Sum of RGB (Red+Green+Blue) = 141+100+236=477 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.56% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D64EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D64EC is #729B13. Grayscale: #7F7F7F. Windows color (decimal): -7510804 or 15492237. OLE color: 15492237.
HSL color Cylindrical-coordinate representation of color #8D64EC: hue angle of 258.09º 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 #8D64EC is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 100 | 236 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.07 |
| HSL | 258.09º | 0.78% | 0.66% | - |
| HSV(B) | 258.09º | 0.58% | 0.93% | - |
| XYZ | 30.68 | 20.83 | 81.76 | - |
| YUV | 127.76 | 189.08 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 100 | 236 | 0.40 | 0.58 | 0 | 0.07 | 258.09 | 0.78 | 0.66 |
| Hex | 8D | 64 | EC | 28 | 3A | 0 | 7 | 102 | 4E | 42 |
| Octal | 215 | 144 | 354 | 50 | 72 | 0 | 7 | 402 | 116 | 102 |
| Binary | 10001101 | 1100100 | 11101100 | 101000 | 111010 | 0 | 111 | 100000010 | 1001110 | 1000010 |
Color Harmonies of #8D64EC
Complementary color
Monochromatic Colors of #8D64EC
Black with #8D64EC
Text Example
Text Example
White with #8D64EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D64EC; }
p { color: rgb(141,100,236); }
H1.HeaderClassName
{
color: #8D64EC;
}
.AnyTagClassName
{
color: #8D64EC;
}
</style>
background-color css
<style>
a { background-color: #8D64EC; }
a { background-color: rgb(141,100,236); }
div.DivClassName
{
background-color: #8D64EC;
}
.BgClassName
{
background-color: #8D64EC;
}
</style>
border-color css
<style>
span { border-color: #8D64EC; }
span { border-color: rgb(141,100,236); }
td.TdClassName
{
border-color: #8D64EC;
}
.TagClassName
{
border-color: #8D64EC;
}
</style>