Shades of Medium Purple #856FDB
Tints of Medium Purple #856FDB
RGB
CMYK
RGB Variations
Color information
#856FDB (or 0x856FDB) is known color: Medium Purple. HEX triplet: 85, 6F and DB. RGB value is (133,111,219). Sum of RGB (Red+Green+Blue) = 133+111+219=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #856FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856FDB is #7A9024. Grayscale: #818181. Windows color (decimal): -8032293 or 14380933. OLE color: 14380933.
HSL color Cylindrical-coordinate representation of color #856FDB: hue angle of 252.22º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #856FDB is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 111 | 219 | - |
| CMYK | 0.39 | 0.49 | 0 | 0.14 |
| HSL | 252.22º | 0.6% | 0.65% | - |
| HSV(B) | 252.22º | 0.49% | 0.86% | - |
| XYZ | 28.14 | 21.47 | 69.68 | - |
| YUV | 129.89 | 178.29 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 219 | 0.39 | 0.49 | 0 | 0.14 | 252.22 | 0.6 | 0.65 |
| Hex | 85 | 6F | DB | 27 | 31 | 0 | E | FC | 3C | 41 |
| Octal | 205 | 157 | 333 | 47 | 61 | 0 | 16 | 374 | 74 | 101 |
| Binary | 10000101 | 1101111 | 11011011 | 100111 | 110001 | 0 | 1110 | 11111100 | 111100 | 1000001 |
Color Harmonies of #856FDB
Complementary color
Monochromatic Colors of #856FDB
Black with #856FDB
Text Example
Text Example
White with #856FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856FDB; }
p { color: rgb(133,111,219); }
H1.HeaderClassName
{
color: #856FDB;
}
.AnyTagClassName
{
color: #856FDB;
}
</style>
background-color css
<style>
a { background-color: #856FDB; }
a { background-color: rgb(133,111,219); }
div.DivClassName
{
background-color: #856FDB;
}
.BgClassName
{
background-color: #856FDB;
}
</style>
border-color css
<style>
span { border-color: #856FDB; }
span { border-color: rgb(133,111,219); }
td.TdClassName
{
border-color: #856FDB;
}
.TagClassName
{
border-color: #856FDB;
}
</style>