Shades of Medium Purple #855ED6
Tints of Medium Purple #855ED6
RGB
CMYK
RGB Variations
Color information
#855ED6 (or 0x855ED6) is known color: Medium Purple. HEX triplet: 85, 5E and D6. RGB value is (133,94,214). Sum of RGB (Red+Green+Blue) = 133+94+214=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 214 (83.98% from 255 or 48.53% from 441); Max value from RGB is 214 - color contains mainly: blue. Hex color #855ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855ED6 is #7AA129. Grayscale: #767676. Windows color (decimal): -8036650 or 14048901. OLE color: 14048901.
HSL color Cylindrical-coordinate representation of color #855ED6: hue angle of 259.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #855ED6 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 94 | 214 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.16 |
| HSL | 259.5º | 0.59% | 0.6% | - |
| HSV(B) | 259.5º | 0.56% | 0.84% | - |
| XYZ | 25.81 | 17.85 | 65.7 | - |
| YUV | 119.34 | 181.42 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 94 | 214 | 0.38 | 0.56 | 0 | 0.16 | 259.5 | 0.59 | 0.6 |
| Hex | 85 | 5E | D6 | 26 | 38 | 0 | 10 | 104 | 3B | 3C |
| Octal | 205 | 136 | 326 | 46 | 70 | 0 | 20 | 404 | 73 | 74 |
| Binary | 10000101 | 1011110 | 11010110 | 100110 | 111000 | 0 | 10000 | 100000100 | 111011 | 111100 |
Color Harmonies of #855ED6
Complementary color
Monochromatic Colors of #855ED6
Black with #855ED6
Text Example
Text Example
White with #855ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855ED6; }
p { color: rgb(133,94,214); }
H1.HeaderClassName
{
color: #855ED6;
}
.AnyTagClassName
{
color: #855ED6;
}
</style>
background-color css
<style>
a { background-color: #855ED6; }
a { background-color: rgb(133,94,214); }
div.DivClassName
{
background-color: #855ED6;
}
.BgClassName
{
background-color: #855ED6;
}
</style>
border-color css
<style>
span { border-color: #855ED6; }
span { border-color: rgb(133,94,214); }
td.TdClassName
{
border-color: #855ED6;
}
.TagClassName
{
border-color: #855ED6;
}
</style>