Shades of Medium Purple #856CDE
Tints of Medium Purple #856CDE
RGB
CMYK
RGB Variations
Color information
#856CDE (or 0x856CDE) is known color: Medium Purple. HEX triplet: 85, 6C and DE. RGB value is (133,108,222). Sum of RGB (Red+Green+Blue) = 133+108+222=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #856CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856CDE is #7A9321. Grayscale: #808080. Windows color (decimal): -8033058 or 14576773. OLE color: 14576773.
HSL color Cylindrical-coordinate representation of color #856CDE: hue angle of 253.16º degrees, saturation: 0.63, 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 #856CDE is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 108 | 222 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.13 |
| HSL | 253.16º | 0.63% | 0.65% | - |
| HSV(B) | 253.16º | 0.51% | 0.87% | - |
| XYZ | 28.22 | 20.99 | 71.67 | - |
| YUV | 128.47 | 180.78 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 222 | 0.40 | 0.51 | 0 | 0.13 | 253.16 | 0.63 | 0.65 |
| Hex | 85 | 6C | DE | 28 | 33 | 0 | D | FD | 3F | 41 |
| Octal | 205 | 154 | 336 | 50 | 63 | 0 | 15 | 375 | 77 | 101 |
| Binary | 10000101 | 1101100 | 11011110 | 101000 | 110011 | 0 | 1101 | 11111101 | 111111 | 1000001 |
Color Harmonies of #856CDE
Complementary color
Monochromatic Colors of #856CDE
Black with #856CDE
Text Example
Text Example
White with #856CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856CDE; }
p { color: rgb(133,108,222); }
H1.HeaderClassName
{
color: #856CDE;
}
.AnyTagClassName
{
color: #856CDE;
}
</style>
background-color css
<style>
a { background-color: #856CDE; }
a { background-color: rgb(133,108,222); }
div.DivClassName
{
background-color: #856CDE;
}
.BgClassName
{
background-color: #856CDE;
}
</style>
border-color css
<style>
span { border-color: #856CDE; }
span { border-color: rgb(133,108,222); }
td.TdClassName
{
border-color: #856CDE;
}
.TagClassName
{
border-color: #856CDE;
}
</style>