Shades of Medium Purple #8D6EDD
Tints of Medium Purple #8D6EDD
RGB
CMYK
RGB Variations
Color information
#8D6EDD (or 0x8D6EDD) is known color: Medium Purple. HEX triplet: 8D, 6E and DD. RGB value is (141,110,221). Sum of RGB (Red+Green+Blue) = 141+110+221=472 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.87% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D6EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6EDD is #729122. Grayscale: #838383. Windows color (decimal): -7508259 or 14511757. OLE color: 14511757.
HSL color Cylindrical-coordinate representation of color #8D6EDD: hue angle of 256.76º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D6EDD is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 110 | 221 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.13 |
| HSL | 256.76º | 0.62% | 0.65% | - |
| HSV(B) | 256.76º | 0.5% | 0.87% | - |
| XYZ | 29.61 | 22.04 | 71.1 | - |
| YUV | 131.92 | 178.27 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 110 | 221 | 0.36 | 0.50 | 0 | 0.13 | 256.76 | 0.62 | 0.65 |
| Hex | 8D | 6E | DD | 24 | 32 | 0 | D | 101 | 3E | 41 |
| Octal | 215 | 156 | 335 | 44 | 62 | 0 | 15 | 401 | 76 | 101 |
| Binary | 10001101 | 1101110 | 11011101 | 100100 | 110010 | 0 | 1101 | 100000001 | 111110 | 1000001 |
Color Harmonies of #8D6EDD
Complementary color
Monochromatic Colors of #8D6EDD
Black with #8D6EDD
Text Example
Text Example
White with #8D6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6EDD; }
p { color: rgb(141,110,221); }
H1.HeaderClassName
{
color: #8D6EDD;
}
.AnyTagClassName
{
color: #8D6EDD;
}
</style>
background-color css
<style>
a { background-color: #8D6EDD; }
a { background-color: rgb(141,110,221); }
div.DivClassName
{
background-color: #8D6EDD;
}
.BgClassName
{
background-color: #8D6EDD;
}
</style>
border-color css
<style>
span { border-color: #8D6EDD; }
span { border-color: rgb(141,110,221); }
td.TdClassName
{
border-color: #8D6EDD;
}
.TagClassName
{
border-color: #8D6EDD;
}
</style>