Shades of Medium Purple #8D7CDF
Tints of Medium Purple #8D7CDF
RGB
CMYK
RGB Variations
Color information
#8D7CDF (or 0x8D7CDF) is known color: Medium Purple. HEX triplet: 8D, 7C and DF. RGB value is (141,124,223). Sum of RGB (Red+Green+Blue) = 141+124+223=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D7CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7CDF is #728320. Grayscale: #8B8B8B. Windows color (decimal): -7504673 or 14646413. OLE color: 14646413.
HSL color Cylindrical-coordinate representation of color #8D7CDF: hue angle of 250.3º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D7CDF is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 124 | 223 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.13 |
| HSL | 250.3º | 0.61% | 0.68% | - |
| HSV(B) | 250.3º | 0.44% | 0.87% | - |
| XYZ | 31.51 | 25.41 | 73.06 | - |
| YUV | 140.37 | 174.63 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 124 | 223 | 0.37 | 0.44 | 0 | 0.13 | 250.3 | 0.61 | 0.68 |
| Hex | 8D | 7C | DF | 25 | 2C | 0 | D | FA | 3D | 44 |
| Octal | 215 | 174 | 337 | 45 | 54 | 0 | 15 | 372 | 75 | 104 |
| Binary | 10001101 | 1111100 | 11011111 | 100101 | 101100 | 0 | 1101 | 11111010 | 111101 | 1000100 |
Color Harmonies of #8D7CDF
Complementary color
Monochromatic Colors of #8D7CDF
Black with #8D7CDF
Text Example
Text Example
White with #8D7CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7CDF; }
p { color: rgb(141,124,223); }
H1.HeaderClassName
{
color: #8D7CDF;
}
.AnyTagClassName
{
color: #8D7CDF;
}
</style>
background-color css
<style>
a { background-color: #8D7CDF; }
a { background-color: rgb(141,124,223); }
div.DivClassName
{
background-color: #8D7CDF;
}
.BgClassName
{
background-color: #8D7CDF;
}
</style>
border-color css
<style>
span { border-color: #8D7CDF; }
span { border-color: rgb(141,124,223); }
td.TdClassName
{
border-color: #8D7CDF;
}
.TagClassName
{
border-color: #8D7CDF;
}
</style>