Shades of Medium Purple #856EDC
Tints of Medium Purple #856EDC
RGB
CMYK
RGB Variations
Color information
#856EDC (or 0x856EDC) is known color: Medium Purple. HEX triplet: 85, 6E and DC. RGB value is (133,110,220). Sum of RGB (Red+Green+Blue) = 133+110+220=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 110 (43.36% from 255 or 23.76% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #856EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856EDC is #7A9123. Grayscale: #808080. Windows color (decimal): -8032548 or 14446213. OLE color: 14446213.
HSL color Cylindrical-coordinate representation of color #856EDC: hue angle of 252.55º 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 #856EDC is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 110 | 220 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.14 |
| HSL | 252.55º | 0.61% | 0.65% | - |
| HSV(B) | 252.55º | 0.5% | 0.86% | - |
| XYZ | 28.17 | 21.31 | 70.34 | - |
| YUV | 129.42 | 179.12 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 110 | 220 | 0.40 | 0.50 | 0 | 0.14 | 252.55 | 0.61 | 0.65 |
| Hex | 85 | 6E | DC | 28 | 32 | 0 | E | FD | 3D | 41 |
| Octal | 205 | 156 | 334 | 50 | 62 | 0 | 16 | 375 | 75 | 101 |
| Binary | 10000101 | 1101110 | 11011100 | 101000 | 110010 | 0 | 1110 | 11111101 | 111101 | 1000001 |
Color Harmonies of #856EDC
Complementary color
Monochromatic Colors of #856EDC
Black with #856EDC
Text Example
Text Example
White with #856EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856EDC; }
p { color: rgb(133,110,220); }
H1.HeaderClassName
{
color: #856EDC;
}
.AnyTagClassName
{
color: #856EDC;
}
</style>
background-color css
<style>
a { background-color: #856EDC; }
a { background-color: rgb(133,110,220); }
div.DivClassName
{
background-color: #856EDC;
}
.BgClassName
{
background-color: #856EDC;
}
</style>
border-color css
<style>
span { border-color: #856EDC; }
span { border-color: rgb(133,110,220); }
td.TdClassName
{
border-color: #856EDC;
}
.TagClassName
{
border-color: #856EDC;
}
</style>