Shades of Medium Purple #856EDF
Tints of Medium Purple #856EDF
RGB
CMYK
RGB Variations
Color information
#856EDF (or 0x856EDF) is known color: Medium Purple. HEX triplet: 85, 6E and DF. RGB value is (133,110,223). Sum of RGB (Red+Green+Blue) = 133+110+223=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #856EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856EDF is #7A9120. Grayscale: #818181. Windows color (decimal): -8032545 or 14642821. OLE color: 14642821.
HSL color Cylindrical-coordinate representation of color #856EDF: hue angle of 252.21º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #856EDF is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 110 | 223 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.13 |
| HSL | 252.21º | 0.64% | 0.65% | - |
| HSV(B) | 252.21º | 0.51% | 0.87% | - |
| XYZ | 28.57 | 21.47 | 72.45 | - |
| YUV | 129.76 | 180.62 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 110 | 223 | 0.40 | 0.51 | 0 | 0.13 | 252.21 | 0.64 | 0.65 |
| Hex | 85 | 6E | DF | 28 | 33 | 0 | D | FC | 40 | 41 |
| Octal | 205 | 156 | 337 | 50 | 63 | 0 | 15 | 374 | 100 | 101 |
| Binary | 10000101 | 1101110 | 11011111 | 101000 | 110011 | 0 | 1101 | 11111100 | 1000000 | 1000001 |
Color Harmonies of #856EDF
Complementary color
Monochromatic Colors of #856EDF
Black with #856EDF
Text Example
Text Example
White with #856EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856EDF; }
p { color: rgb(133,110,223); }
H1.HeaderClassName
{
color: #856EDF;
}
.AnyTagClassName
{
color: #856EDF;
}
</style>
background-color css
<style>
a { background-color: #856EDF; }
a { background-color: rgb(133,110,223); }
div.DivClassName
{
background-color: #856EDF;
}
.BgClassName
{
background-color: #856EDF;
}
</style>
border-color css
<style>
span { border-color: #856EDF; }
span { border-color: rgb(133,110,223); }
td.TdClassName
{
border-color: #856EDF;
}
.TagClassName
{
border-color: #856EDF;
}
</style>