Shades of Medium Purple #856ADC
Tints of Medium Purple #856ADC
RGB
CMYK
RGB Variations
Color information
#856ADC (or 0x856ADC) is known color: Medium Purple. HEX triplet: 85, 6A and DC. RGB value is (133,106,220). Sum of RGB (Red+Green+Blue) = 133+106+220=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #856ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856ADC is #7A9523. Grayscale: #7E7E7E. Windows color (decimal): -8033572 or 14445189. OLE color: 14445189.
HSL color Cylindrical-coordinate representation of color #856ADC: hue angle of 254.21º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #856ADC is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 106 | 220 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.14 |
| HSL | 254.21º | 0.62% | 0.64% | - |
| HSV(B) | 254.21º | 0.52% | 0.86% | - |
| XYZ | 27.75 | 20.46 | 70.2 | - |
| YUV | 127.07 | 180.45 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 106 | 220 | 0.40 | 0.52 | 0 | 0.14 | 254.21 | 0.62 | 0.64 |
| Hex | 85 | 6A | DC | 28 | 34 | 0 | E | FE | 3E | 40 |
| Octal | 205 | 152 | 334 | 50 | 64 | 0 | 16 | 376 | 76 | 100 |
| Binary | 10000101 | 1101010 | 11011100 | 101000 | 110100 | 0 | 1110 | 11111110 | 111110 | 1000000 |
Color Harmonies of #856ADC
Complementary color
Monochromatic Colors of #856ADC
Black with #856ADC
Text Example
Text Example
White with #856ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856ADC; }
p { color: rgb(133,106,220); }
H1.HeaderClassName
{
color: #856ADC;
}
.AnyTagClassName
{
color: #856ADC;
}
</style>
background-color css
<style>
a { background-color: #856ADC; }
a { background-color: rgb(133,106,220); }
div.DivClassName
{
background-color: #856ADC;
}
.BgClassName
{
background-color: #856ADC;
}
</style>
border-color css
<style>
span { border-color: #856ADC; }
span { border-color: rgb(133,106,220); }
td.TdClassName
{
border-color: #856ADC;
}
.TagClassName
{
border-color: #856ADC;
}
</style>