Shades of Medium Purple #856EDA
Tints of Medium Purple #856EDA
RGB
CMYK
RGB Variations
Color information
#856EDA (or 0x856EDA) is known color: Medium Purple. HEX triplet: 85, 6E and DA. RGB value is (133,110,218). Sum of RGB (Red+Green+Blue) = 133+110+218=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #856EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856EDA is #7A9125. Grayscale: #808080. Windows color (decimal): -8032550 or 14315141. OLE color: 14315141.
HSL color Cylindrical-coordinate representation of color #856EDA: hue angle of 252.78º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #856EDA is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 110 | 218 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.15 |
| HSL | 252.78º | 0.59% | 0.64% | - |
| HSV(B) | 252.78º | 0.5% | 0.85% | - |
| XYZ | 27.9 | 21.2 | 68.95 | - |
| YUV | 129.19 | 178.12 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 110 | 218 | 0.39 | 0.50 | 0 | 0.15 | 252.78 | 0.59 | 0.64 |
| Hex | 85 | 6E | DA | 27 | 32 | 0 | F | FD | 3B | 40 |
| Octal | 205 | 156 | 332 | 47 | 62 | 0 | 17 | 375 | 73 | 100 |
| Binary | 10000101 | 1101110 | 11011010 | 100111 | 110010 | 0 | 1111 | 11111101 | 111011 | 1000000 |
Color Harmonies of #856EDA
Complementary color
Monochromatic Colors of #856EDA
Black with #856EDA
Text Example
Text Example
White with #856EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856EDA; }
p { color: rgb(133,110,218); }
H1.HeaderClassName
{
color: #856EDA;
}
.AnyTagClassName
{
color: #856EDA;
}
</style>
background-color css
<style>
a { background-color: #856EDA; }
a { background-color: rgb(133,110,218); }
div.DivClassName
{
background-color: #856EDA;
}
.BgClassName
{
background-color: #856EDA;
}
</style>
border-color css
<style>
span { border-color: #856EDA; }
span { border-color: rgb(133,110,218); }
td.TdClassName
{
border-color: #856EDA;
}
.TagClassName
{
border-color: #856EDA;
}
</style>