Shades of Medium Purple #8E5DDE
Tints of Medium Purple #8E5DDE
RGB
CMYK
RGB Variations
Color information
#8E5DDE (or 0x8E5DDE) is known color: Medium Purple. HEX triplet: 8E, 5D and DE. RGB value is (142,93,222). Sum of RGB (Red+Green+Blue) = 142+93+222=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E5DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5DDE is #71A221. Grayscale: #797979. Windows color (decimal): -7447074 or 14572942. OLE color: 14572942.
HSL color Cylindrical-coordinate representation of color #8E5DDE: hue angle of 262.79º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E5DDE is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 93 | 222 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.13 |
| HSL | 262.79º | 0.66% | 0.62% | - |
| HSV(B) | 262.79º | 0.58% | 0.87% | - |
| XYZ | 28.25 | 18.85 | 71.26 | - |
| YUV | 122.36 | 184.23 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 93 | 222 | 0.36 | 0.58 | 0 | 0.13 | 262.79 | 0.66 | 0.62 |
| Hex | 8E | 5D | DE | 24 | 3A | 0 | D | 107 | 42 | 3E |
| Octal | 216 | 135 | 336 | 44 | 72 | 0 | 15 | 407 | 102 | 76 |
| Binary | 10001110 | 1011101 | 11011110 | 100100 | 111010 | 0 | 1101 | 100000111 | 1000010 | 111110 |
Color Harmonies of #8E5DDE
Complementary color
Monochromatic Colors of #8E5DDE
Black with #8E5DDE
Text Example
Text Example
White with #8E5DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5DDE; }
p { color: rgb(142,93,222); }
H1.HeaderClassName
{
color: #8E5DDE;
}
.AnyTagClassName
{
color: #8E5DDE;
}
</style>
background-color css
<style>
a { background-color: #8E5DDE; }
a { background-color: rgb(142,93,222); }
div.DivClassName
{
background-color: #8E5DDE;
}
.BgClassName
{
background-color: #8E5DDE;
}
</style>
border-color css
<style>
span { border-color: #8E5DDE; }
span { border-color: rgb(142,93,222); }
td.TdClassName
{
border-color: #8E5DDE;
}
.TagClassName
{
border-color: #8E5DDE;
}
</style>