Shades of Medium Purple #8C6EDC
Tints of Medium Purple #8C6EDC
RGB
CMYK
RGB Variations
Color information
#8C6EDC (or 0x8C6EDC) is known color: Medium Purple. HEX triplet: 8C, 6E and DC. RGB value is (140,110,220). Sum of RGB (Red+Green+Blue) = 140+110+220=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C6EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6EDC is #739123. Grayscale: #838383. Windows color (decimal): -7573796 or 14446220. OLE color: 14446220.
HSL color Cylindrical-coordinate representation of color #8C6EDC: hue angle of 256.36º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C6EDC is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 110 | 220 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.14 |
| HSL | 256.36º | 0.61% | 0.65% | - |
| HSV(B) | 256.36º | 0.5% | 0.86% | - |
| XYZ | 29.31 | 21.89 | 70.39 | - |
| YUV | 131.51 | 177.94 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 110 | 220 | 0.36 | 0.50 | 0 | 0.14 | 256.36 | 0.61 | 0.65 |
| Hex | 8C | 6E | DC | 24 | 32 | 0 | E | 100 | 3D | 41 |
| Octal | 214 | 156 | 334 | 44 | 62 | 0 | 16 | 400 | 75 | 101 |
| Binary | 10001100 | 1101110 | 11011100 | 100100 | 110010 | 0 | 1110 | 100000000 | 111101 | 1000001 |
Color Harmonies of #8C6EDC
Complementary color
Monochromatic Colors of #8C6EDC
Black with #8C6EDC
Text Example
Text Example
White with #8C6EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6EDC; }
p { color: rgb(140,110,220); }
H1.HeaderClassName
{
color: #8C6EDC;
}
.AnyTagClassName
{
color: #8C6EDC;
}
</style>
background-color css
<style>
a { background-color: #8C6EDC; }
a { background-color: rgb(140,110,220); }
div.DivClassName
{
background-color: #8C6EDC;
}
.BgClassName
{
background-color: #8C6EDC;
}
</style>
border-color css
<style>
span { border-color: #8C6EDC; }
span { border-color: rgb(140,110,220); }
td.TdClassName
{
border-color: #8C6EDC;
}
.TagClassName
{
border-color: #8C6EDC;
}
</style>