Shades of Medium Purple #8C6EDE
Tints of Medium Purple #8C6EDE
RGB
CMYK
RGB Variations
Color information
#8C6EDE (or 0x8C6EDE) is known color: Medium Purple. HEX triplet: 8C, 6E and DE. RGB value is (140,110,222). Sum of RGB (Red+Green+Blue) = 140+110+222=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #8C6EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6EDE is #739121. Grayscale: #838383. Windows color (decimal): -7573794 or 14577292. OLE color: 14577292.
HSL color Cylindrical-coordinate representation of color #8C6EDE: hue angle of 256.07º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C6EDE is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 110 | 222 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.13 |
| HSL | 256.07º | 0.63% | 0.65% | - |
| HSV(B) | 256.07º | 0.5% | 0.87% | - |
| XYZ | 29.58 | 22 | 71.8 | - |
| YUV | 131.74 | 178.94 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 110 | 222 | 0.37 | 0.50 | 0 | 0.13 | 256.07 | 0.63 | 0.65 |
| Hex | 8C | 6E | DE | 25 | 32 | 0 | D | 100 | 3F | 41 |
| Octal | 214 | 156 | 336 | 45 | 62 | 0 | 15 | 400 | 77 | 101 |
| Binary | 10001100 | 1101110 | 11011110 | 100101 | 110010 | 0 | 1101 | 100000000 | 111111 | 1000001 |
Color Harmonies of #8C6EDE
Complementary color
Monochromatic Colors of #8C6EDE
Black with #8C6EDE
Text Example
Text Example
White with #8C6EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6EDE; }
p { color: rgb(140,110,222); }
H1.HeaderClassName
{
color: #8C6EDE;
}
.AnyTagClassName
{
color: #8C6EDE;
}
</style>
background-color css
<style>
a { background-color: #8C6EDE; }
a { background-color: rgb(140,110,222); }
div.DivClassName
{
background-color: #8C6EDE;
}
.BgClassName
{
background-color: #8C6EDE;
}
</style>
border-color css
<style>
span { border-color: #8C6EDE; }
span { border-color: rgb(140,110,222); }
td.TdClassName
{
border-color: #8C6EDE;
}
.TagClassName
{
border-color: #8C6EDE;
}
</style>