Shades of Medium Purple #856ADB
Tints of Medium Purple #856ADB
RGB
CMYK
RGB Variations
Color information
#856ADB (or 0x856ADB) is known color: Medium Purple. HEX triplet: 85, 6A and DB. RGB value is (133,106,219). Sum of RGB (Red+Green+Blue) = 133+106+219=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #856ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856ADB is #7A9524. Grayscale: #7E7E7E. Windows color (decimal): -8033573 or 14379653. OLE color: 14379653.
HSL color Cylindrical-coordinate representation of color #856ADB: hue angle of 254.34º degrees, saturation: 0.61, 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 #856ADB is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 106 | 219 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.14 |
| HSL | 254.34º | 0.61% | 0.64% | - |
| HSV(B) | 254.34º | 0.52% | 0.86% | - |
| XYZ | 27.61 | 20.41 | 69.5 | - |
| YUV | 126.96 | 179.95 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 106 | 219 | 0.39 | 0.52 | 0 | 0.14 | 254.34 | 0.61 | 0.64 |
| Hex | 85 | 6A | DB | 27 | 34 | 0 | E | FE | 3D | 40 |
| Octal | 205 | 152 | 333 | 47 | 64 | 0 | 16 | 376 | 75 | 100 |
| Binary | 10000101 | 1101010 | 11011011 | 100111 | 110100 | 0 | 1110 | 11111110 | 111101 | 1000000 |
Color Harmonies of #856ADB
Complementary color
Monochromatic Colors of #856ADB
Black with #856ADB
Text Example
Text Example
White with #856ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856ADB; }
p { color: rgb(133,106,219); }
H1.HeaderClassName
{
color: #856ADB;
}
.AnyTagClassName
{
color: #856ADB;
}
</style>
background-color css
<style>
a { background-color: #856ADB; }
a { background-color: rgb(133,106,219); }
div.DivClassName
{
background-color: #856ADB;
}
.BgClassName
{
background-color: #856ADB;
}
</style>
border-color css
<style>
span { border-color: #856ADB; }
span { border-color: rgb(133,106,219); }
td.TdClassName
{
border-color: #856ADB;
}
.TagClassName
{
border-color: #856ADB;
}
</style>