Shades of Medium Purple #856BDF
Tints of Medium Purple #856BDF
RGB
CMYK
RGB Variations
Color information
#856BDF (or 0x856BDF) is known color: Medium Purple. HEX triplet: 85, 6B and DF. RGB value is (133,107,223). Sum of RGB (Red+Green+Blue) = 133+107+223=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #856BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856BDF is #7A9420. Grayscale: #7F7F7F. Windows color (decimal): -8033313 or 14642053. OLE color: 14642053.
HSL color Cylindrical-coordinate representation of color #856BDF: hue angle of 253.45º 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 #856BDF is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 107 | 223 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.13 |
| HSL | 253.45º | 0.64% | 0.65% | - |
| HSV(B) | 253.45º | 0.52% | 0.87% | - |
| XYZ | 28.25 | 20.83 | 72.34 | - |
| YUV | 128 | 181.61 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 107 | 223 | 0.40 | 0.52 | 0 | 0.13 | 253.45 | 0.64 | 0.65 |
| Hex | 85 | 6B | DF | 28 | 34 | 0 | D | FD | 40 | 41 |
| Octal | 205 | 153 | 337 | 50 | 64 | 0 | 15 | 375 | 100 | 101 |
| Binary | 10000101 | 1101011 | 11011111 | 101000 | 110100 | 0 | 1101 | 11111101 | 1000000 | 1000001 |
Color Harmonies of #856BDF
Complementary color
Monochromatic Colors of #856BDF
Black with #856BDF
Text Example
Text Example
White with #856BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856BDF; }
p { color: rgb(133,107,223); }
H1.HeaderClassName
{
color: #856BDF;
}
.AnyTagClassName
{
color: #856BDF;
}
</style>
background-color css
<style>
a { background-color: #856BDF; }
a { background-color: rgb(133,107,223); }
div.DivClassName
{
background-color: #856BDF;
}
.BgClassName
{
background-color: #856BDF;
}
</style>
border-color css
<style>
span { border-color: #856BDF; }
span { border-color: rgb(133,107,223); }
td.TdClassName
{
border-color: #856BDF;
}
.TagClassName
{
border-color: #856BDF;
}
</style>