Shades of Medium Purple #8E6DEC
Tints of Medium Purple #8E6DEC
RGB
CMYK
RGB Variations
Color information
#8E6DEC (or 0x8E6DEC) is known color: Medium Purple. HEX triplet: 8E, 6D and EC. RGB value is (142,109,236). Sum of RGB (Red+Green+Blue) = 142+109+236=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E6DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E6DEC is #719213. Grayscale: #848484. Windows color (decimal): -7442964 or 15494542. OLE color: 15494542.
HSL color Cylindrical-coordinate representation of color #8E6DEC: hue angle of 255.59º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E6DEC is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 109 | 236 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.07 |
| HSL | 255.59º | 0.77% | 0.68% | - |
| HSV(B) | 255.59º | 0.54% | 0.93% | - |
| XYZ | 31.76 | 22.74 | 82.07 | - |
| YUV | 133.35 | 185.93 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 109 | 236 | 0.40 | 0.54 | 0 | 0.07 | 255.59 | 0.77 | 0.68 |
| Hex | 8E | 6D | EC | 28 | 36 | 0 | 7 | 100 | 4D | 44 |
| Octal | 216 | 155 | 354 | 50 | 66 | 0 | 7 | 400 | 115 | 104 |
| Binary | 10001110 | 1101101 | 11101100 | 101000 | 110110 | 0 | 111 | 100000000 | 1001101 | 1000100 |
Color Harmonies of #8E6DEC
Complementary color
Monochromatic Colors of #8E6DEC
Black with #8E6DEC
Text Example
Text Example
White with #8E6DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6DEC; }
p { color: rgb(142,109,236); }
H1.HeaderClassName
{
color: #8E6DEC;
}
.AnyTagClassName
{
color: #8E6DEC;
}
</style>
background-color css
<style>
a { background-color: #8E6DEC; }
a { background-color: rgb(142,109,236); }
div.DivClassName
{
background-color: #8E6DEC;
}
.BgClassName
{
background-color: #8E6DEC;
}
</style>
border-color css
<style>
span { border-color: #8E6DEC; }
span { border-color: rgb(142,109,236); }
td.TdClassName
{
border-color: #8E6DEC;
}
.TagClassName
{
border-color: #8E6DEC;
}
</style>