Shades of Medium Purple #8D6DDD
Tints of Medium Purple #8D6DDD
RGB
CMYK
RGB Variations
Color information
#8D6DDD (or 0x8D6DDD) is known color: Medium Purple. HEX triplet: 8D, 6D and DD. RGB value is (141,109,221). Sum of RGB (Red+Green+Blue) = 141+109+221=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D6DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6DDD is #729222. Grayscale: #828282. Windows color (decimal): -7508515 or 14511501. OLE color: 14511501.
HSL color Cylindrical-coordinate representation of color #8D6DDD: hue angle of 257.14º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D6DDD is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 109 | 221 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.13 |
| HSL | 257.14º | 0.62% | 0.65% | - |
| HSV(B) | 257.14º | 0.51% | 0.87% | - |
| XYZ | 29.5 | 21.82 | 71.06 | - |
| YUV | 131.34 | 178.6 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 109 | 221 | 0.36 | 0.51 | 0 | 0.13 | 257.14 | 0.62 | 0.65 |
| Hex | 8D | 6D | DD | 24 | 33 | 0 | D | 101 | 3E | 41 |
| Octal | 215 | 155 | 335 | 44 | 63 | 0 | 15 | 401 | 76 | 101 |
| Binary | 10001101 | 1101101 | 11011101 | 100100 | 110011 | 0 | 1101 | 100000001 | 111110 | 1000001 |
Color Harmonies of #8D6DDD
Complementary color
Monochromatic Colors of #8D6DDD
Black with #8D6DDD
Text Example
Text Example
White with #8D6DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6DDD; }
p { color: rgb(141,109,221); }
H1.HeaderClassName
{
color: #8D6DDD;
}
.AnyTagClassName
{
color: #8D6DDD;
}
</style>
background-color css
<style>
a { background-color: #8D6DDD; }
a { background-color: rgb(141,109,221); }
div.DivClassName
{
background-color: #8D6DDD;
}
.BgClassName
{
background-color: #8D6DDD;
}
</style>
border-color css
<style>
span { border-color: #8D6DDD; }
span { border-color: rgb(141,109,221); }
td.TdClassName
{
border-color: #8D6DDD;
}
.TagClassName
{
border-color: #8D6DDD;
}
</style>