Shades of Medium Purple #8E5AED
Tints of Medium Purple #8E5AED
RGB
CMYK
RGB Variations
Color information
#8E5AED (or 0x8E5AED) is known color: Medium Purple. HEX triplet: 8E, 5A and ED. RGB value is (142,90,237). Sum of RGB (Red+Green+Blue) = 142+90+237=469 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.28% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #8E5AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E5AED is #71A512. Grayscale: #797979. Windows color (decimal): -7447827 or 15555214. OLE color: 15555214.
HSL color Cylindrical-coordinate representation of color #8E5AED: hue angle of 261.22º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E5AED is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 90 | 237 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.07 |
| HSL | 261.22º | 0.8% | 0.64% | - |
| HSV(B) | 261.22º | 0.62% | 0.93% | - |
| XYZ | 30.1 | 19.18 | 82.24 | - |
| YUV | 122.31 | 192.73 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 90 | 237 | 0.40 | 0.62 | 0 | 0.07 | 261.22 | 0.8 | 0.64 |
| Hex | 8E | 5A | ED | 28 | 3E | 0 | 7 | 105 | 50 | 40 |
| Octal | 216 | 132 | 355 | 50 | 76 | 0 | 7 | 405 | 120 | 100 |
| Binary | 10001110 | 1011010 | 11101101 | 101000 | 111110 | 0 | 111 | 100000101 | 1010000 | 1000000 |
Color Harmonies of #8E5AED
Complementary color
Monochromatic Colors of #8E5AED
Black with #8E5AED
Text Example
Text Example
White with #8E5AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5AED; }
p { color: rgb(142,90,237); }
H1.HeaderClassName
{
color: #8E5AED;
}
.AnyTagClassName
{
color: #8E5AED;
}
</style>
background-color css
<style>
a { background-color: #8E5AED; }
a { background-color: rgb(142,90,237); }
div.DivClassName
{
background-color: #8E5AED;
}
.BgClassName
{
background-color: #8E5AED;
}
</style>
border-color css
<style>
span { border-color: #8E5AED; }
span { border-color: rgb(142,90,237); }
td.TdClassName
{
border-color: #8E5AED;
}
.TagClassName
{
border-color: #8E5AED;
}
</style>