Shades of Medium Purple #8E5CDE
Tints of Medium Purple #8E5CDE
RGB
CMYK
RGB Variations
Color information
#8E5CDE (or 0x8E5CDE) is known color: Medium Purple. HEX triplet: 8E, 5C and DE. RGB value is (142,92,222). Sum of RGB (Red+Green+Blue) = 142+92+222=456 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.14% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E5CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5CDE is #71A321. Grayscale: #797979. Windows color (decimal): -7447330 or 14572686. OLE color: 14572686.
HSL color Cylindrical-coordinate representation of color #8E5CDE: hue angle of 263.08º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8E5CDE is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 92 | 222 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.13 |
| HSL | 263.08º | 0.66% | 0.62% | - |
| HSV(B) | 263.08º | 0.59% | 0.87% | - |
| XYZ | 28.17 | 18.68 | 71.23 | - |
| YUV | 121.77 | 184.57 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 92 | 222 | 0.36 | 0.59 | 0 | 0.13 | 263.08 | 0.66 | 0.62 |
| Hex | 8E | 5C | DE | 24 | 3B | 0 | D | 107 | 42 | 3E |
| Octal | 216 | 134 | 336 | 44 | 73 | 0 | 15 | 407 | 102 | 76 |
| Binary | 10001110 | 1011100 | 11011110 | 100100 | 111011 | 0 | 1101 | 100000111 | 1000010 | 111110 |
Color Harmonies of #8E5CDE
Complementary color
Monochromatic Colors of #8E5CDE
Black with #8E5CDE
Text Example
Text Example
White with #8E5CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5CDE; }
p { color: rgb(142,92,222); }
H1.HeaderClassName
{
color: #8E5CDE;
}
.AnyTagClassName
{
color: #8E5CDE;
}
</style>
background-color css
<style>
a { background-color: #8E5CDE; }
a { background-color: rgb(142,92,222); }
div.DivClassName
{
background-color: #8E5CDE;
}
.BgClassName
{
background-color: #8E5CDE;
}
</style>
border-color css
<style>
span { border-color: #8E5CDE; }
span { border-color: rgb(142,92,222); }
td.TdClassName
{
border-color: #8E5CDE;
}
.TagClassName
{
border-color: #8E5CDE;
}
</style>