Shades of Medium Purple #8E7DDD
Tints of Medium Purple #8E7DDD
RGB
CMYK
RGB Variations
Color information
#8E7DDD (or 0x8E7DDD) is known color: Medium Purple. HEX triplet: 8E, 7D and DD. RGB value is (142,125,221). Sum of RGB (Red+Green+Blue) = 142+125+221=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E7DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7DDD is #718222. Grayscale: #8C8C8C. Windows color (decimal): -7438883 or 14515598. OLE color: 14515598.
HSL color Cylindrical-coordinate representation of color #8E7DDD: hue angle of 250.63º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E7DDD is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 125 | 221 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.13 |
| HSL | 250.63º | 0.59% | 0.68% | - |
| HSV(B) | 250.63º | 0.43% | 0.87% | - |
| XYZ | 31.54 | 25.64 | 71.69 | - |
| YUV | 141.03 | 173.13 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 125 | 221 | 0.36 | 0.43 | 0 | 0.13 | 250.63 | 0.59 | 0.68 |
| Hex | 8E | 7D | DD | 24 | 2B | 0 | D | FB | 3B | 44 |
| Octal | 216 | 175 | 335 | 44 | 53 | 0 | 15 | 373 | 73 | 104 |
| Binary | 10001110 | 1111101 | 11011101 | 100100 | 101011 | 0 | 1101 | 11111011 | 111011 | 1000100 |
Color Harmonies of #8E7DDD
Complementary color
Monochromatic Colors of #8E7DDD
Black with #8E7DDD
Text Example
Text Example
White with #8E7DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7DDD; }
p { color: rgb(142,125,221); }
H1.HeaderClassName
{
color: #8E7DDD;
}
.AnyTagClassName
{
color: #8E7DDD;
}
</style>
background-color css
<style>
a { background-color: #8E7DDD; }
a { background-color: rgb(142,125,221); }
div.DivClassName
{
background-color: #8E7DDD;
}
.BgClassName
{
background-color: #8E7DDD;
}
</style>
border-color css
<style>
span { border-color: #8E7DDD; }
span { border-color: rgb(142,125,221); }
td.TdClassName
{
border-color: #8E7DDD;
}
.TagClassName
{
border-color: #8E7DDD;
}
</style>