Shades of Medium Purple #856CDF
Tints of Medium Purple #856CDF
RGB
CMYK
RGB Variations
Color information
#856CDF (or 0x856CDF) is known color: Medium Purple. HEX triplet: 85, 6C and DF. RGB value is (133,108,223). Sum of RGB (Red+Green+Blue) = 133+108+223=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #856CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856CDF is #7A9320. Grayscale: #808080. Windows color (decimal): -8033057 or 14642309. OLE color: 14642309.
HSL color Cylindrical-coordinate representation of color #856CDF: hue angle of 253.04º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #856CDF is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 108 | 223 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.13 |
| HSL | 253.04º | 0.64% | 0.65% | - |
| HSV(B) | 253.04º | 0.52% | 0.87% | - |
| XYZ | 28.35 | 21.04 | 72.38 | - |
| YUV | 128.59 | 181.28 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 223 | 0.40 | 0.52 | 0 | 0.13 | 253.04 | 0.64 | 0.65 |
| Hex | 85 | 6C | DF | 28 | 34 | 0 | D | FD | 40 | 41 |
| Octal | 205 | 154 | 337 | 50 | 64 | 0 | 15 | 375 | 100 | 101 |
| Binary | 10000101 | 1101100 | 11011111 | 101000 | 110100 | 0 | 1101 | 11111101 | 1000000 | 1000001 |
Color Harmonies of #856CDF
Complementary color
Monochromatic Colors of #856CDF
Black with #856CDF
Text Example
Text Example
White with #856CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856CDF; }
p { color: rgb(133,108,223); }
H1.HeaderClassName
{
color: #856CDF;
}
.AnyTagClassName
{
color: #856CDF;
}
</style>
background-color css
<style>
a { background-color: #856CDF; }
a { background-color: rgb(133,108,223); }
div.DivClassName
{
background-color: #856CDF;
}
.BgClassName
{
background-color: #856CDF;
}
</style>
border-color css
<style>
span { border-color: #856CDF; }
span { border-color: rgb(133,108,223); }
td.TdClassName
{
border-color: #856CDF;
}
.TagClassName
{
border-color: #856CDF;
}
</style>