Shades of Medium Purple #8C56DE
Tints of Medium Purple #8C56DE
RGB
CMYK
RGB Variations
Color information
#8C56DE (or 0x8C56DE) is known color: Medium Purple. HEX triplet: 8C, 56 and DE. RGB value is (140,86,222). Sum of RGB (Red+Green+Blue) = 140+86+222=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #8C56DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C56DE is #73A921. Grayscale: #757575. Windows color (decimal): -7579938 or 14571148. OLE color: 14571148.
HSL color Cylindrical-coordinate representation of color #8C56DE: hue angle of 263.82º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C56DE is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 86 | 222 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.13 |
| HSL | 263.82º | 0.67% | 0.6% | - |
| HSV(B) | 263.82º | 0.61% | 0.87% | - |
| XYZ | 27.33 | 17.5 | 71.05 | - |
| YUV | 117.65 | 186.89 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 86 | 222 | 0.37 | 0.61 | 0 | 0.13 | 263.82 | 0.67 | 0.6 |
| Hex | 8C | 56 | DE | 25 | 3D | 0 | D | 108 | 43 | 3C |
| Octal | 214 | 126 | 336 | 45 | 75 | 0 | 15 | 410 | 103 | 74 |
| Binary | 10001100 | 1010110 | 11011110 | 100101 | 111101 | 0 | 1101 | 100001000 | 1000011 | 111100 |
Color Harmonies of #8C56DE
Complementary color
Monochromatic Colors of #8C56DE
Black with #8C56DE
Text Example
Text Example
White with #8C56DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C56DE; }
p { color: rgb(140,86,222); }
H1.HeaderClassName
{
color: #8C56DE;
}
.AnyTagClassName
{
color: #8C56DE;
}
</style>
background-color css
<style>
a { background-color: #8C56DE; }
a { background-color: rgb(140,86,222); }
div.DivClassName
{
background-color: #8C56DE;
}
.BgClassName
{
background-color: #8C56DE;
}
</style>
border-color css
<style>
span { border-color: #8C56DE; }
span { border-color: rgb(140,86,222); }
td.TdClassName
{
border-color: #8C56DE;
}
.TagClassName
{
border-color: #8C56DE;
}
</style>