Shades of Medium Purple #856ADE
Tints of Medium Purple #856ADE
RGB
CMYK
RGB Variations
Color information
#856ADE (or 0x856ADE) is known color: Medium Purple. HEX triplet: 85, 6A and DE. RGB value is (133,106,222). Sum of RGB (Red+Green+Blue) = 133+106+222=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #856ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856ADE is #7A9521. Grayscale: #7E7E7E. Windows color (decimal): -8033570 or 14576261. OLE color: 14576261.
HSL color Cylindrical-coordinate representation of color #856ADE: hue angle of 253.97º degrees, saturation: 0.64, 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 #856ADE is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 106 | 222 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.13 |
| HSL | 253.97º | 0.64% | 0.64% | - |
| HSV(B) | 253.97º | 0.52% | 0.87% | - |
| XYZ | 28.01 | 20.57 | 71.6 | - |
| YUV | 127.3 | 181.45 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 106 | 222 | 0.40 | 0.52 | 0 | 0.13 | 253.97 | 0.64 | 0.64 |
| Hex | 85 | 6A | DE | 28 | 34 | 0 | D | FE | 40 | 40 |
| Octal | 205 | 152 | 336 | 50 | 64 | 0 | 15 | 376 | 100 | 100 |
| Binary | 10000101 | 1101010 | 11011110 | 101000 | 110100 | 0 | 1101 | 11111110 | 1000000 | 1000000 |
Color Harmonies of #856ADE
Complementary color
Monochromatic Colors of #856ADE
Black with #856ADE
Text Example
Text Example
White with #856ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856ADE; }
p { color: rgb(133,106,222); }
H1.HeaderClassName
{
color: #856ADE;
}
.AnyTagClassName
{
color: #856ADE;
}
</style>
background-color css
<style>
a { background-color: #856ADE; }
a { background-color: rgb(133,106,222); }
div.DivClassName
{
background-color: #856ADE;
}
.BgClassName
{
background-color: #856ADE;
}
</style>
border-color css
<style>
span { border-color: #856ADE; }
span { border-color: rgb(133,106,222); }
td.TdClassName
{
border-color: #856ADE;
}
.TagClassName
{
border-color: #856ADE;
}
</style>