Shades of Medium Purple #8C7FDC
Tints of Medium Purple #8C7FDC
RGB
CMYK
RGB Variations
Color information
#8C7FDC (or 0x8C7FDC) is known color: Medium Purple. HEX triplet: 8C, 7F and DC. RGB value is (140,127,220). Sum of RGB (Red+Green+Blue) = 140+127+220=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C7FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7FDC is #738023. Grayscale: #8D8D8D. Windows color (decimal): -7569444 or 14450572. OLE color: 14450572.
HSL color Cylindrical-coordinate representation of color #8C7FDC: hue angle of 248.39º 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 #8C7FDC is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 127 | 220 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.14 |
| HSL | 248.39º | 0.57% | 0.68% | - |
| HSV(B) | 248.39º | 0.42% | 0.86% | - |
| XYZ | 31.32 | 25.92 | 71.06 | - |
| YUV | 141.49 | 172.31 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 220 | 0.36 | 0.42 | 0 | 0.14 | 248.39 | 0.57 | 0.68 |
| Hex | 8C | 7F | DC | 24 | 2A | 0 | E | F8 | 39 | 44 |
| Octal | 214 | 177 | 334 | 44 | 52 | 0 | 16 | 370 | 71 | 104 |
| Binary | 10001100 | 1111111 | 11011100 | 100100 | 101010 | 0 | 1110 | 11111000 | 111001 | 1000100 |
Color Harmonies of #8C7FDC
Complementary color
Monochromatic Colors of #8C7FDC
Black with #8C7FDC
Text Example
Text Example
White with #8C7FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7FDC; }
p { color: rgb(140,127,220); }
H1.HeaderClassName
{
color: #8C7FDC;
}
.AnyTagClassName
{
color: #8C7FDC;
}
</style>
background-color css
<style>
a { background-color: #8C7FDC; }
a { background-color: rgb(140,127,220); }
div.DivClassName
{
background-color: #8C7FDC;
}
.BgClassName
{
background-color: #8C7FDC;
}
</style>
border-color css
<style>
span { border-color: #8C7FDC; }
span { border-color: rgb(140,127,220); }
td.TdClassName
{
border-color: #8C7FDC;
}
.TagClassName
{
border-color: #8C7FDC;
}
</style>