Shades of Medium Purple #856FDC
Tints of Medium Purple #856FDC
RGB
CMYK
RGB Variations
Color information
#856FDC (or 0x856FDC) is known color: Medium Purple. HEX triplet: 85, 6F and DC. RGB value is (133,111,220). Sum of RGB (Red+Green+Blue) = 133+111+220=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #856FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856FDC is #7A9023. Grayscale: #818181. Windows color (decimal): -8032292 or 14446469. OLE color: 14446469.
HSL color Cylindrical-coordinate representation of color #856FDC: hue angle of 252.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #856FDC is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 111 | 220 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.14 |
| HSL | 252.11º | 0.61% | 0.65% | - |
| HSV(B) | 252.11º | 0.5% | 0.86% | - |
| XYZ | 28.28 | 21.52 | 70.37 | - |
| YUV | 130 | 178.79 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 220 | 0.40 | 0.50 | 0 | 0.14 | 252.11 | 0.61 | 0.65 |
| Hex | 85 | 6F | DC | 28 | 32 | 0 | E | FC | 3D | 41 |
| Octal | 205 | 157 | 334 | 50 | 62 | 0 | 16 | 374 | 75 | 101 |
| Binary | 10000101 | 1101111 | 11011100 | 101000 | 110010 | 0 | 1110 | 11111100 | 111101 | 1000001 |
Color Harmonies of #856FDC
Complementary color
Monochromatic Colors of #856FDC
Black with #856FDC
Text Example
Text Example
White with #856FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856FDC; }
p { color: rgb(133,111,220); }
H1.HeaderClassName
{
color: #856FDC;
}
.AnyTagClassName
{
color: #856FDC;
}
</style>
background-color css
<style>
a { background-color: #856FDC; }
a { background-color: rgb(133,111,220); }
div.DivClassName
{
background-color: #856FDC;
}
.BgClassName
{
background-color: #856FDC;
}
</style>
border-color css
<style>
span { border-color: #856FDC; }
span { border-color: rgb(133,111,220); }
td.TdClassName
{
border-color: #856FDC;
}
.TagClassName
{
border-color: #856FDC;
}
</style>