Shades of Medium Purple #8C7EDF
Tints of Medium Purple #8C7EDF
RGB
CMYK
RGB Variations
Color information
#8C7EDF (or 0x8C7EDF) is known color: Medium Purple. HEX triplet: 8C, 7E and DF. RGB value is (140,126,223). Sum of RGB (Red+Green+Blue) = 140+126+223=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C7EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7EDF is #738120. Grayscale: #8C8C8C. Windows color (decimal): -7569697 or 14646924. OLE color: 14646924.
HSL color Cylindrical-coordinate representation of color #8C7EDF: hue angle of 248.66º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C7EDF is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 126 | 223 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.13 |
| HSL | 248.66º | 0.6% | 0.68% | - |
| HSV(B) | 248.66º | 0.43% | 0.87% | - |
| XYZ | 31.6 | 25.82 | 73.13 | - |
| YUV | 141.24 | 174.14 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 126 | 223 | 0.37 | 0.43 | 0 | 0.13 | 248.66 | 0.6 | 0.68 |
| Hex | 8C | 7E | DF | 25 | 2B | 0 | D | F9 | 3C | 44 |
| Octal | 214 | 176 | 337 | 45 | 53 | 0 | 15 | 371 | 74 | 104 |
| Binary | 10001100 | 1111110 | 11011111 | 100101 | 101011 | 0 | 1101 | 11111001 | 111100 | 1000100 |
Color Harmonies of #8C7EDF
Complementary color
Monochromatic Colors of #8C7EDF
Black with #8C7EDF
Text Example
Text Example
White with #8C7EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7EDF; }
p { color: rgb(140,126,223); }
H1.HeaderClassName
{
color: #8C7EDF;
}
.AnyTagClassName
{
color: #8C7EDF;
}
</style>
background-color css
<style>
a { background-color: #8C7EDF; }
a { background-color: rgb(140,126,223); }
div.DivClassName
{
background-color: #8C7EDF;
}
.BgClassName
{
background-color: #8C7EDF;
}
</style>
border-color css
<style>
span { border-color: #8C7EDF; }
span { border-color: rgb(140,126,223); }
td.TdClassName
{
border-color: #8C7EDF;
}
.TagClassName
{
border-color: #8C7EDF;
}
</style>