Shades of Medium Purple #856BDD
Tints of Medium Purple #856BDD
RGB
CMYK
RGB Variations
Color information
#856BDD (or 0x856BDD) is known color: Medium Purple. HEX triplet: 85, 6B and DD. RGB value is (133,107,221). Sum of RGB (Red+Green+Blue) = 133+107+221=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #856BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856BDD is #7A9422. Grayscale: #7F7F7F. Windows color (decimal): -8033315 or 14510981. OLE color: 14510981.
HSL color Cylindrical-coordinate representation of color #856BDD: hue angle of 253.68º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #856BDD is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 107 | 221 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.13 |
| HSL | 253.68º | 0.63% | 0.64% | - |
| HSV(B) | 253.68º | 0.52% | 0.87% | - |
| XYZ | 27.98 | 20.72 | 70.93 | - |
| YUV | 127.77 | 180.61 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 107 | 221 | 0.40 | 0.52 | 0 | 0.13 | 253.68 | 0.63 | 0.64 |
| Hex | 85 | 6B | DD | 28 | 34 | 0 | D | FE | 3F | 40 |
| Octal | 205 | 153 | 335 | 50 | 64 | 0 | 15 | 376 | 77 | 100 |
| Binary | 10000101 | 1101011 | 11011101 | 101000 | 110100 | 0 | 1101 | 11111110 | 111111 | 1000000 |
Color Harmonies of #856BDD
Complementary color
Monochromatic Colors of #856BDD
Black with #856BDD
Text Example
Text Example
White with #856BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856BDD; }
p { color: rgb(133,107,221); }
H1.HeaderClassName
{
color: #856BDD;
}
.AnyTagClassName
{
color: #856BDD;
}
</style>
background-color css
<style>
a { background-color: #856BDD; }
a { background-color: rgb(133,107,221); }
div.DivClassName
{
background-color: #856BDD;
}
.BgClassName
{
background-color: #856BDD;
}
</style>
border-color css
<style>
span { border-color: #856BDD; }
span { border-color: rgb(133,107,221); }
td.TdClassName
{
border-color: #856BDD;
}
.TagClassName
{
border-color: #856BDD;
}
</style>