Shades of Medium Purple #8E67EC
Tints of Medium Purple #8E67EC
RGB
CMYK
RGB Variations
Color information
#8E67EC (or 0x8E67EC) is known color: Medium Purple. HEX triplet: 8E, 67 and EC. RGB value is (142,103,236). Sum of RGB (Red+Green+Blue) = 142+103+236=481 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.52% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E67EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E67EC is #719813. Grayscale: #818181. Windows color (decimal): -7444500 or 15493006. OLE color: 15493006.
HSL color Cylindrical-coordinate representation of color #8E67EC: hue angle of 257.59º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E67EC is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 103 | 236 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.07 |
| HSL | 257.59º | 0.78% | 0.66% | - |
| HSV(B) | 257.59º | 0.56% | 0.93% | - |
| XYZ | 31.15 | 21.51 | 81.87 | - |
| YUV | 129.82 | 187.92 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 103 | 236 | 0.40 | 0.56 | 0 | 0.07 | 257.59 | 0.78 | 0.66 |
| Hex | 8E | 67 | EC | 28 | 38 | 0 | 7 | 102 | 4E | 42 |
| Octal | 216 | 147 | 354 | 50 | 70 | 0 | 7 | 402 | 116 | 102 |
| Binary | 10001110 | 1100111 | 11101100 | 101000 | 111000 | 0 | 111 | 100000010 | 1001110 | 1000010 |
Color Harmonies of #8E67EC
Complementary color
Monochromatic Colors of #8E67EC
Black with #8E67EC
Text Example
Text Example
White with #8E67EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E67EC; }
p { color: rgb(142,103,236); }
H1.HeaderClassName
{
color: #8E67EC;
}
.AnyTagClassName
{
color: #8E67EC;
}
</style>
background-color css
<style>
a { background-color: #8E67EC; }
a { background-color: rgb(142,103,236); }
div.DivClassName
{
background-color: #8E67EC;
}
.BgClassName
{
background-color: #8E67EC;
}
</style>
border-color css
<style>
span { border-color: #8E67EC; }
span { border-color: rgb(142,103,236); }
td.TdClassName
{
border-color: #8E67EC;
}
.TagClassName
{
border-color: #8E67EC;
}
</style>