Shades of Medium Purple #856AD7
Tints of Medium Purple #856AD7
RGB
CMYK
RGB Variations
Color information
#856AD7 (or 0x856AD7) is known color: Medium Purple. HEX triplet: 85, 6A and D7. RGB value is (133,106,215). Sum of RGB (Red+Green+Blue) = 133+106+215=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 215 (84.38% from 255 or 47.36% from 454); Max value from RGB is 215 - color contains mainly: blue. Hex color #856AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856AD7 is #7A9528. Grayscale: #7E7E7E. Windows color (decimal): -8033577 or 14117509. OLE color: 14117509.
HSL color Cylindrical-coordinate representation of color #856AD7: hue angle of 254.86º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #856AD7 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 106 | 215 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.16 |
| HSL | 254.86º | 0.58% | 0.63% | - |
| HSV(B) | 254.86º | 0.51% | 0.84% | - |
| XYZ | 27.09 | 20.2 | 66.76 | - |
| YUV | 126.5 | 177.95 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 106 | 215 | 0.38 | 0.51 | 0 | 0.16 | 254.86 | 0.58 | 0.63 |
| Hex | 85 | 6A | D7 | 26 | 33 | 0 | 10 | FF | 3A | 3F |
| Octal | 205 | 152 | 327 | 46 | 63 | 0 | 20 | 377 | 72 | 77 |
| Binary | 10000101 | 1101010 | 11010111 | 100110 | 110011 | 0 | 10000 | 11111111 | 111010 | 111111 |
Color Harmonies of #856AD7
Complementary color
Monochromatic Colors of #856AD7
Black with #856AD7
Text Example
Text Example
White with #856AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856AD7; }
p { color: rgb(133,106,215); }
H1.HeaderClassName
{
color: #856AD7;
}
.AnyTagClassName
{
color: #856AD7;
}
</style>
background-color css
<style>
a { background-color: #856AD7; }
a { background-color: rgb(133,106,215); }
div.DivClassName
{
background-color: #856AD7;
}
.BgClassName
{
background-color: #856AD7;
}
</style>
border-color css
<style>
span { border-color: #856AD7; }
span { border-color: rgb(133,106,215); }
td.TdClassName
{
border-color: #856AD7;
}
.TagClassName
{
border-color: #856AD7;
}
</style>