Shades of Medium Purple #856CDA
Tints of Medium Purple #856CDA
RGB
CMYK
RGB Variations
Color information
#856CDA (or 0x856CDA) is known color: Medium Purple. HEX triplet: 85, 6C and DA. RGB value is (133,108,218). Sum of RGB (Red+Green+Blue) = 133+108+218=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #856CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856CDA is #7A9325. Grayscale: #7F7F7F. Windows color (decimal): -8033062 or 14314629. OLE color: 14314629.
HSL color Cylindrical-coordinate representation of color #856CDA: hue angle of 253.64º degrees, saturation: 0.6, 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 #856CDA is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 108 | 218 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.15 |
| HSL | 253.64º | 0.6% | 0.64% | - |
| HSV(B) | 253.64º | 0.5% | 0.85% | - |
| XYZ | 27.69 | 20.77 | 68.88 | - |
| YUV | 128.02 | 178.78 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 218 | 0.39 | 0.50 | 0 | 0.15 | 253.64 | 0.6 | 0.64 |
| Hex | 85 | 6C | DA | 27 | 32 | 0 | F | FE | 3C | 40 |
| Octal | 205 | 154 | 332 | 47 | 62 | 0 | 17 | 376 | 74 | 100 |
| Binary | 10000101 | 1101100 | 11011010 | 100111 | 110010 | 0 | 1111 | 11111110 | 111100 | 1000000 |
Color Harmonies of #856CDA
Complementary color
Monochromatic Colors of #856CDA
Black with #856CDA
Text Example
Text Example
White with #856CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856CDA; }
p { color: rgb(133,108,218); }
H1.HeaderClassName
{
color: #856CDA;
}
.AnyTagClassName
{
color: #856CDA;
}
</style>
background-color css
<style>
a { background-color: #856CDA; }
a { background-color: rgb(133,108,218); }
div.DivClassName
{
background-color: #856CDA;
}
.BgClassName
{
background-color: #856CDA;
}
</style>
border-color css
<style>
span { border-color: #856CDA; }
span { border-color: rgb(133,108,218); }
td.TdClassName
{
border-color: #856CDA;
}
.TagClassName
{
border-color: #856CDA;
}
</style>