Shades of Medium Purple #8E7CDB
Tints of Medium Purple #8E7CDB
RGB
CMYK
RGB Variations
Color information
#8E7CDB (or 0x8E7CDB) is known color: Medium Purple. HEX triplet: 8E, 7C and DB. RGB value is (142,124,219). Sum of RGB (Red+Green+Blue) = 142+124+219=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E7CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7CDB is #718324. Grayscale: #8B8B8B. Windows color (decimal): -7439141 or 14384270. OLE color: 14384270.
HSL color Cylindrical-coordinate representation of color #8E7CDB: hue angle of 251.37º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E7CDB is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 124 | 219 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.14 |
| HSL | 251.37º | 0.57% | 0.67% | - |
| HSV(B) | 251.37º | 0.43% | 0.86% | - |
| XYZ | 31.15 | 25.28 | 70.26 | - |
| YUV | 140.21 | 172.46 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 124 | 219 | 0.35 | 0.43 | 0 | 0.14 | 251.37 | 0.57 | 0.67 |
| Hex | 8E | 7C | DB | 23 | 2B | 0 | E | FB | 39 | 43 |
| Octal | 216 | 174 | 333 | 43 | 53 | 0 | 16 | 373 | 71 | 103 |
| Binary | 10001110 | 1111100 | 11011011 | 100011 | 101011 | 0 | 1110 | 11111011 | 111001 | 1000011 |
Color Harmonies of #8E7CDB
Complementary color
Monochromatic Colors of #8E7CDB
Black with #8E7CDB
Text Example
Text Example
White with #8E7CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7CDB; }
p { color: rgb(142,124,219); }
H1.HeaderClassName
{
color: #8E7CDB;
}
.AnyTagClassName
{
color: #8E7CDB;
}
</style>
background-color css
<style>
a { background-color: #8E7CDB; }
a { background-color: rgb(142,124,219); }
div.DivClassName
{
background-color: #8E7CDB;
}
.BgClassName
{
background-color: #8E7CDB;
}
</style>
border-color css
<style>
span { border-color: #8E7CDB; }
span { border-color: rgb(142,124,219); }
td.TdClassName
{
border-color: #8E7CDB;
}
.TagClassName
{
border-color: #8E7CDB;
}
</style>