Shades of Medium Purple #8E68EC
Tints of Medium Purple #8E68EC
RGB
CMYK
RGB Variations
Color information
#8E68EC (or 0x8E68EC) is known color: Medium Purple. HEX triplet: 8E, 68 and EC. RGB value is (142,104,236). Sum of RGB (Red+Green+Blue) = 142+104+236=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E68EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E68EC is #719713. Grayscale: #818181. Windows color (decimal): -7444244 or 15493262. OLE color: 15493262.
HSL color Cylindrical-coordinate representation of color #8E68EC: hue angle of 257.27º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E68EC is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 104 | 236 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.07 |
| HSL | 257.27º | 0.78% | 0.67% | - |
| HSV(B) | 257.27º | 0.56% | 0.93% | - |
| XYZ | 31.25 | 21.71 | 81.9 | - |
| YUV | 130.41 | 187.59 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 104 | 236 | 0.40 | 0.56 | 0 | 0.07 | 257.27 | 0.78 | 0.67 |
| Hex | 8E | 68 | EC | 28 | 38 | 0 | 7 | 101 | 4E | 43 |
| Octal | 216 | 150 | 354 | 50 | 70 | 0 | 7 | 401 | 116 | 103 |
| Binary | 10001110 | 1101000 | 11101100 | 101000 | 111000 | 0 | 111 | 100000001 | 1001110 | 1000011 |
Color Harmonies of #8E68EC
Complementary color
Monochromatic Colors of #8E68EC
Black with #8E68EC
Text Example
Text Example
White with #8E68EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E68EC; }
p { color: rgb(142,104,236); }
H1.HeaderClassName
{
color: #8E68EC;
}
.AnyTagClassName
{
color: #8E68EC;
}
</style>
background-color css
<style>
a { background-color: #8E68EC; }
a { background-color: rgb(142,104,236); }
div.DivClassName
{
background-color: #8E68EC;
}
.BgClassName
{
background-color: #8E68EC;
}
</style>
border-color css
<style>
span { border-color: #8E68EC; }
span { border-color: rgb(142,104,236); }
td.TdClassName
{
border-color: #8E68EC;
}
.TagClassName
{
border-color: #8E68EC;
}
</style>