Shades of Medium Purple #8D7FDC
Tints of Medium Purple #8D7FDC
RGB
CMYK
RGB Variations
Color information
#8D7FDC (or 0x8D7FDC) is known color: Medium Purple. HEX triplet: 8D, 7F and DC. RGB value is (141,127,220). Sum of RGB (Red+Green+Blue) = 141+127+220=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D7FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7FDC is #728023. Grayscale: #8D8D8D. Windows color (decimal): -7503908 or 14450573. OLE color: 14450573.
HSL color Cylindrical-coordinate representation of color #8D7FDC: hue angle of 249.03º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D7FDC is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 127 | 220 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.14 |
| HSL | 249.03º | 0.57% | 0.68% | - |
| HSV(B) | 249.03º | 0.42% | 0.86% | - |
| XYZ | 31.49 | 26.01 | 71.07 | - |
| YUV | 141.79 | 172.14 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 127 | 220 | 0.36 | 0.42 | 0 | 0.14 | 249.03 | 0.57 | 0.68 |
| Hex | 8D | 7F | DC | 24 | 2A | 0 | E | F9 | 39 | 44 |
| Octal | 215 | 177 | 334 | 44 | 52 | 0 | 16 | 371 | 71 | 104 |
| Binary | 10001101 | 1111111 | 11011100 | 100100 | 101010 | 0 | 1110 | 11111001 | 111001 | 1000100 |
Color Harmonies of #8D7FDC
Complementary color
Monochromatic Colors of #8D7FDC
Black with #8D7FDC
Text Example
Text Example
White with #8D7FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7FDC; }
p { color: rgb(141,127,220); }
H1.HeaderClassName
{
color: #8D7FDC;
}
.AnyTagClassName
{
color: #8D7FDC;
}
</style>
background-color css
<style>
a { background-color: #8D7FDC; }
a { background-color: rgb(141,127,220); }
div.DivClassName
{
background-color: #8D7FDC;
}
.BgClassName
{
background-color: #8D7FDC;
}
</style>
border-color css
<style>
span { border-color: #8D7FDC; }
span { border-color: rgb(141,127,220); }
td.TdClassName
{
border-color: #8D7FDC;
}
.TagClassName
{
border-color: #8D7FDC;
}
</style>