Shades of Medium Purple #8E7CDC
Tints of Medium Purple #8E7CDC
RGB
CMYK
RGB Variations
Color information
#8E7CDC (or 0x8E7CDC) is known color: Medium Purple. HEX triplet: 8E, 7C and DC. RGB value is (142,124,220). Sum of RGB (Red+Green+Blue) = 142+124+220=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E7CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7CDC is #718323. Grayscale: #8B8B8B. Windows color (decimal): -7439140 or 14449806. OLE color: 14449806.
HSL color Cylindrical-coordinate representation of color #8E7CDC: hue angle of 251.25º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E7CDC is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 124 | 220 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.14 |
| HSL | 251.25º | 0.58% | 0.67% | - |
| HSV(B) | 251.25º | 0.44% | 0.86% | - |
| XYZ | 31.28 | 25.33 | 70.95 | - |
| YUV | 140.33 | 172.96 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 124 | 220 | 0.35 | 0.44 | 0 | 0.14 | 251.25 | 0.58 | 0.67 |
| Hex | 8E | 7C | DC | 23 | 2C | 0 | E | FB | 3A | 43 |
| Octal | 216 | 174 | 334 | 43 | 54 | 0 | 16 | 373 | 72 | 103 |
| Binary | 10001110 | 1111100 | 11011100 | 100011 | 101100 | 0 | 1110 | 11111011 | 111010 | 1000011 |
Color Harmonies of #8E7CDC
Complementary color
Monochromatic Colors of #8E7CDC
Black with #8E7CDC
Text Example
Text Example
White with #8E7CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7CDC; }
p { color: rgb(142,124,220); }
H1.HeaderClassName
{
color: #8E7CDC;
}
.AnyTagClassName
{
color: #8E7CDC;
}
</style>
background-color css
<style>
a { background-color: #8E7CDC; }
a { background-color: rgb(142,124,220); }
div.DivClassName
{
background-color: #8E7CDC;
}
.BgClassName
{
background-color: #8E7CDC;
}
</style>
border-color css
<style>
span { border-color: #8E7CDC; }
span { border-color: rgb(142,124,220); }
td.TdClassName
{
border-color: #8E7CDC;
}
.TagClassName
{
border-color: #8E7CDC;
}
</style>