Shades of Medium Purple #8E5CDC
Tints of Medium Purple #8E5CDC
RGB
CMYK
RGB Variations
Color information
#8E5CDC (or 0x8E5CDC) is known color: Medium Purple. HEX triplet: 8E, 5C and DC. RGB value is (142,92,220). Sum of RGB (Red+Green+Blue) = 142+92+220=454 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.28% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E5CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5CDC is #71A323. Grayscale: #797979. Windows color (decimal): -7447332 or 14441614. OLE color: 14441614.
HSL color Cylindrical-coordinate representation of color #8E5CDC: hue angle of 263.44º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E5CDC is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 92 | 220 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.14 |
| HSL | 263.44º | 0.65% | 0.61% | - |
| HSV(B) | 263.44º | 0.58% | 0.86% | - |
| XYZ | 27.9 | 18.57 | 69.82 | - |
| YUV | 121.54 | 183.57 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 92 | 220 | 0.35 | 0.58 | 0 | 0.14 | 263.44 | 0.65 | 0.61 |
| Hex | 8E | 5C | DC | 23 | 3A | 0 | E | 107 | 41 | 3D |
| Octal | 216 | 134 | 334 | 43 | 72 | 0 | 16 | 407 | 101 | 75 |
| Binary | 10001110 | 1011100 | 11011100 | 100011 | 111010 | 0 | 1110 | 100000111 | 1000001 | 111101 |
Color Harmonies of #8E5CDC
Complementary color
Monochromatic Colors of #8E5CDC
Black with #8E5CDC
Text Example
Text Example
White with #8E5CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5CDC; }
p { color: rgb(142,92,220); }
H1.HeaderClassName
{
color: #8E5CDC;
}
.AnyTagClassName
{
color: #8E5CDC;
}
</style>
background-color css
<style>
a { background-color: #8E5CDC; }
a { background-color: rgb(142,92,220); }
div.DivClassName
{
background-color: #8E5CDC;
}
.BgClassName
{
background-color: #8E5CDC;
}
</style>
border-color css
<style>
span { border-color: #8E5CDC; }
span { border-color: rgb(142,92,220); }
td.TdClassName
{
border-color: #8E5CDC;
}
.TagClassName
{
border-color: #8E5CDC;
}
</style>