Shades of Medium Purple #8C7CDE
Tints of Medium Purple #8C7CDE
RGB
CMYK
RGB Variations
Color information
#8C7CDE (or 0x8C7CDE) is known color: Medium Purple. HEX triplet: 8C, 7C and DE. RGB value is (140,124,222). Sum of RGB (Red+Green+Blue) = 140+124+222=486 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.81% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #8C7CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7CDE is #738321. Grayscale: #8B8B8B. Windows color (decimal): -7570210 or 14580876. OLE color: 14580876.
HSL color Cylindrical-coordinate representation of color #8C7CDE: hue angle of 249.8º degrees, saturation: 0.6, 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 #8C7CDE is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 124 | 222 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.13 |
| HSL | 249.8º | 0.6% | 0.68% | - |
| HSV(B) | 249.8º | 0.44% | 0.87% | - |
| XYZ | 31.21 | 25.26 | 72.34 | - |
| YUV | 139.96 | 174.3 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 124 | 222 | 0.37 | 0.44 | 0 | 0.13 | 249.8 | 0.6 | 0.68 |
| Hex | 8C | 7C | DE | 25 | 2C | 0 | D | FA | 3C | 44 |
| Octal | 214 | 174 | 336 | 45 | 54 | 0 | 15 | 372 | 74 | 104 |
| Binary | 10001100 | 1111100 | 11011110 | 100101 | 101100 | 0 | 1101 | 11111010 | 111100 | 1000100 |
Color Harmonies of #8C7CDE
Complementary color
Monochromatic Colors of #8C7CDE
Black with #8C7CDE
Text Example
Text Example
White with #8C7CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7CDE; }
p { color: rgb(140,124,222); }
H1.HeaderClassName
{
color: #8C7CDE;
}
.AnyTagClassName
{
color: #8C7CDE;
}
</style>
background-color css
<style>
a { background-color: #8C7CDE; }
a { background-color: rgb(140,124,222); }
div.DivClassName
{
background-color: #8C7CDE;
}
.BgClassName
{
background-color: #8C7CDE;
}
</style>
border-color css
<style>
span { border-color: #8C7CDE; }
span { border-color: rgb(140,124,222); }
td.TdClassName
{
border-color: #8C7CDE;
}
.TagClassName
{
border-color: #8C7CDE;
}
</style>