Shades of Medium Purple #855ED8
Tints of Medium Purple #855ED8
RGB
CMYK
RGB Variations
Color information
#855ED8 (or 0x855ED8) is known color: Medium Purple. HEX triplet: 85, 5E and D8. RGB value is (133,94,216). Sum of RGB (Red+Green+Blue) = 133+94+216=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 216 (84.77% from 255 or 48.76% from 443); Max value from RGB is 216 - color contains mainly: blue. Hex color #855ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855ED8 is #7AA127. Grayscale: #777777. Windows color (decimal): -8036648 or 14179973. OLE color: 14179973.
HSL color Cylindrical-coordinate representation of color #855ED8: hue angle of 259.18º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #855ED8 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 94 | 216 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.15 |
| HSL | 259.18º | 0.61% | 0.61% | - |
| HSV(B) | 259.18º | 0.56% | 0.85% | - |
| XYZ | 26.07 | 17.95 | 67.06 | - |
| YUV | 119.57 | 182.42 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 94 | 216 | 0.38 | 0.56 | 0 | 0.15 | 259.18 | 0.61 | 0.61 |
| Hex | 85 | 5E | D8 | 26 | 38 | 0 | F | 103 | 3D | 3D |
| Octal | 205 | 136 | 330 | 46 | 70 | 0 | 17 | 403 | 75 | 75 |
| Binary | 10000101 | 1011110 | 11011000 | 100110 | 111000 | 0 | 1111 | 100000011 | 111101 | 111101 |
Color Harmonies of #855ED8
Complementary color
Monochromatic Colors of #855ED8
Black with #855ED8
Text Example
Text Example
White with #855ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855ED8; }
p { color: rgb(133,94,216); }
H1.HeaderClassName
{
color: #855ED8;
}
.AnyTagClassName
{
color: #855ED8;
}
</style>
background-color css
<style>
a { background-color: #855ED8; }
a { background-color: rgb(133,94,216); }
div.DivClassName
{
background-color: #855ED8;
}
.BgClassName
{
background-color: #855ED8;
}
</style>
border-color css
<style>
span { border-color: #855ED8; }
span { border-color: rgb(133,94,216); }
td.TdClassName
{
border-color: #855ED8;
}
.TagClassName
{
border-color: #855ED8;
}
</style>