Shades of Medium Purple #8C7FDF
Tints of Medium Purple #8C7FDF
RGB
CMYK
RGB Variations
Color information
#8C7FDF (or 0x8C7FDF) is known color: Medium Purple. HEX triplet: 8C, 7F and DF. RGB value is (140,127,223). Sum of RGB (Red+Green+Blue) = 140+127+223=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C7FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7FDF is #738020. Grayscale: #8D8D8D. Windows color (decimal): -7569441 or 14647180. OLE color: 14647180.
HSL color Cylindrical-coordinate representation of color #8C7FDF: hue angle of 248.12º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C7FDF is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 127 | 223 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.13 |
| HSL | 248.13º | 0.6% | 0.69% | - |
| HSV(B) | 248.13º | 0.43% | 0.87% | - |
| XYZ | 31.72 | 26.08 | 73.17 | - |
| YUV | 141.83 | 173.81 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 223 | 0.37 | 0.43 | 0 | 0.13 | 248.13 | 0.6 | 0.69 |
| Hex | 8C | 7F | DF | 25 | 2B | 0 | D | F8 | 3C | 45 |
| Octal | 214 | 177 | 337 | 45 | 53 | 0 | 15 | 370 | 74 | 105 |
| Binary | 10001100 | 1111111 | 11011111 | 100101 | 101011 | 0 | 1101 | 11111000 | 111100 | 1000101 |
Color Harmonies of #8C7FDF
Complementary color
Monochromatic Colors of #8C7FDF
Black with #8C7FDF
Text Example
Text Example
White with #8C7FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7FDF; }
p { color: rgb(140,127,223); }
H1.HeaderClassName
{
color: #8C7FDF;
}
.AnyTagClassName
{
color: #8C7FDF;
}
</style>
background-color css
<style>
a { background-color: #8C7FDF; }
a { background-color: rgb(140,127,223); }
div.DivClassName
{
background-color: #8C7FDF;
}
.BgClassName
{
background-color: #8C7FDF;
}
</style>
border-color css
<style>
span { border-color: #8C7FDF; }
span { border-color: rgb(140,127,223); }
td.TdClassName
{
border-color: #8C7FDF;
}
.TagClassName
{
border-color: #8C7FDF;
}
</style>