Shades of Medium Purple #856ED5
Tints of Medium Purple #856ED5
RGB
CMYK
RGB Variations
Color information
#856ED5 (or 0x856ED5) is known color: Medium Purple. HEX triplet: 85, 6E and D5. RGB value is (133,110,213). Sum of RGB (Red+Green+Blue) = 133+110+213=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 213 - color contains mainly: blue. Hex color #856ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856ED5 is #7A912A. Grayscale: #808080. Windows color (decimal): -8032555 or 13987461. OLE color: 13987461.
HSL color Cylindrical-coordinate representation of color #856ED5: hue angle of 253.4º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #856ED5 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 110 | 213 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.16 |
| HSL | 253.4º | 0.55% | 0.63% | - |
| HSV(B) | 253.4º | 0.48% | 0.84% | - |
| XYZ | 27.26 | 20.94 | 65.56 | - |
| YUV | 128.62 | 175.62 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 110 | 213 | 0.38 | 0.48 | 0 | 0.16 | 253.4 | 0.55 | 0.63 |
| Hex | 85 | 6E | D5 | 26 | 30 | 0 | 10 | FD | 37 | 3F |
| Octal | 205 | 156 | 325 | 46 | 60 | 0 | 20 | 375 | 67 | 77 |
| Binary | 10000101 | 1101110 | 11010101 | 100110 | 110000 | 0 | 10000 | 11111101 | 110111 | 111111 |
Color Harmonies of #856ED5
Complementary color
Monochromatic Colors of #856ED5
Black with #856ED5
Text Example
Text Example
White with #856ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856ED5; }
p { color: rgb(133,110,213); }
H1.HeaderClassName
{
color: #856ED5;
}
.AnyTagClassName
{
color: #856ED5;
}
</style>
background-color css
<style>
a { background-color: #856ED5; }
a { background-color: rgb(133,110,213); }
div.DivClassName
{
background-color: #856ED5;
}
.BgClassName
{
background-color: #856ED5;
}
</style>
border-color css
<style>
span { border-color: #856ED5; }
span { border-color: rgb(133,110,213); }
td.TdClassName
{
border-color: #856ED5;
}
.TagClassName
{
border-color: #856ED5;
}
</style>