Shades of Medium Purple #8D6DE0
Tints of Medium Purple #8D6DE0
RGB
CMYK
RGB Variations
Color information
#8D6DE0 (or 0x8D6DE0) is known color: Medium Purple. HEX triplet: 8D, 6D and E0. RGB value is (141,109,224). Sum of RGB (Red+Green+Blue) = 141+109+224=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 224 - color contains mainly: blue. Hex color #8D6DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6DE0 is #72921F. Grayscale: #838383. Windows color (decimal): -7508512 or 14708109. OLE color: 14708109.
HSL color Cylindrical-coordinate representation of color #8D6DE0: hue angle of 256.7º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D6DE0 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 109 | 224 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.12 |
| HSL | 256.7º | 0.65% | 0.65% | - |
| HSV(B) | 256.7º | 0.51% | 0.88% | - |
| XYZ | 29.91 | 21.98 | 73.19 | - |
| YUV | 131.68 | 180.1 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 109 | 224 | 0.37 | 0.51 | 0 | 0.12 | 256.7 | 0.65 | 0.65 |
| Hex | 8D | 6D | E0 | 25 | 33 | 0 | C | 101 | 41 | 41 |
| Octal | 215 | 155 | 340 | 45 | 63 | 0 | 14 | 401 | 101 | 101 |
| Binary | 10001101 | 1101101 | 11100000 | 100101 | 110011 | 0 | 1100 | 100000001 | 1000001 | 1000001 |
Color Harmonies of #8D6DE0
Complementary color
Monochromatic Colors of #8D6DE0
Black with #8D6DE0
Text Example
Text Example
White with #8D6DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6DE0; }
p { color: rgb(141,109,224); }
H1.HeaderClassName
{
color: #8D6DE0;
}
.AnyTagClassName
{
color: #8D6DE0;
}
</style>
background-color css
<style>
a { background-color: #8D6DE0; }
a { background-color: rgb(141,109,224); }
div.DivClassName
{
background-color: #8D6DE0;
}
.BgClassName
{
background-color: #8D6DE0;
}
</style>
border-color css
<style>
span { border-color: #8D6DE0; }
span { border-color: rgb(141,109,224); }
td.TdClassName
{
border-color: #8D6DE0;
}
.TagClassName
{
border-color: #8D6DE0;
}
</style>