Shades of Medium Purple #856DDB
Tints of Medium Purple #856DDB
RGB
CMYK
RGB Variations
Color information
#856DDB (or 0x856DDB) is known color: Medium Purple. HEX triplet: 85, 6D and DB. RGB value is (133,109,219). Sum of RGB (Red+Green+Blue) = 133+109+219=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #856DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856DDB is #7A9224. Grayscale: #808080. Windows color (decimal): -8032805 or 14380421. OLE color: 14380421.
HSL color Cylindrical-coordinate representation of color #856DDB: hue angle of 253.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #856DDB is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 109 | 219 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.14 |
| HSL | 253.09º | 0.6% | 0.64% | - |
| HSV(B) | 253.09º | 0.5% | 0.86% | - |
| XYZ | 27.93 | 21.04 | 69.61 | - |
| YUV | 128.72 | 178.95 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 219 | 0.39 | 0.50 | 0 | 0.14 | 253.09 | 0.6 | 0.64 |
| Hex | 85 | 6D | DB | 27 | 32 | 0 | E | FD | 3C | 40 |
| Octal | 205 | 155 | 333 | 47 | 62 | 0 | 16 | 375 | 74 | 100 |
| Binary | 10000101 | 1101101 | 11011011 | 100111 | 110010 | 0 | 1110 | 11111101 | 111100 | 1000000 |
Color Harmonies of #856DDB
Complementary color
Monochromatic Colors of #856DDB
Black with #856DDB
Text Example
Text Example
White with #856DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856DDB; }
p { color: rgb(133,109,219); }
H1.HeaderClassName
{
color: #856DDB;
}
.AnyTagClassName
{
color: #856DDB;
}
</style>
background-color css
<style>
a { background-color: #856DDB; }
a { background-color: rgb(133,109,219); }
div.DivClassName
{
background-color: #856DDB;
}
.BgClassName
{
background-color: #856DDB;
}
</style>
border-color css
<style>
span { border-color: #856DDB; }
span { border-color: rgb(133,109,219); }
td.TdClassName
{
border-color: #856DDB;
}
.TagClassName
{
border-color: #856DDB;
}
</style>