Shades of Medium Purple #8E74EB
Tints of Medium Purple #8E74EB
RGB
CMYK
RGB Variations
Color information
#8E74EB (or 0x8E74EB) is known color: Medium Purple. HEX triplet: 8E, 74 and EB. RGB value is (142,116,235). Sum of RGB (Red+Green+Blue) = 142+116+235=493 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.80% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #8E74EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E74EB is #718B14. Grayscale: #888888. Windows color (decimal): -7441173 or 15430798. OLE color: 15430798.
HSL color Cylindrical-coordinate representation of color #8E74EB: hue angle of 253.11º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E74EB is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 116 | 235 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.08 |
| HSL | 253.11º | 0.75% | 0.69% | - |
| HSV(B) | 253.11º | 0.51% | 0.92% | - |
| XYZ | 32.4 | 24.24 | 81.57 | - |
| YUV | 137.34 | 183.11 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 116 | 235 | 0.40 | 0.51 | 0 | 0.08 | 253.11 | 0.75 | 0.69 |
| Hex | 8E | 74 | EB | 28 | 33 | 0 | 8 | FD | 4B | 45 |
| Octal | 216 | 164 | 353 | 50 | 63 | 0 | 10 | 375 | 113 | 105 |
| Binary | 10001110 | 1110100 | 11101011 | 101000 | 110011 | 0 | 1000 | 11111101 | 1001011 | 1000101 |
Color Harmonies of #8E74EB
Complementary color
Monochromatic Colors of #8E74EB
Black with #8E74EB
Text Example
Text Example
White with #8E74EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E74EB; }
p { color: rgb(142,116,235); }
H1.HeaderClassName
{
color: #8E74EB;
}
.AnyTagClassName
{
color: #8E74EB;
}
</style>
background-color css
<style>
a { background-color: #8E74EB; }
a { background-color: rgb(142,116,235); }
div.DivClassName
{
background-color: #8E74EB;
}
.BgClassName
{
background-color: #8E74EB;
}
</style>
border-color css
<style>
span { border-color: #8E74EB; }
span { border-color: rgb(142,116,235); }
td.TdClassName
{
border-color: #8E74EB;
}
.TagClassName
{
border-color: #8E74EB;
}
</style>