Shades of Medium Purple #855BDE
Tints of Medium Purple #855BDE
RGB
CMYK
RGB Variations
Color information
#855BDE (or 0x855BDE) is known color: Medium Purple. HEX triplet: 85, 5B and DE. RGB value is (133,91,222). Sum of RGB (Red+Green+Blue) = 133+91+222=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #855BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855BDE is #7AA421. Grayscale: #767676. Windows color (decimal): -8037410 or 14572421. OLE color: 14572421.
HSL color Cylindrical-coordinate representation of color #855BDE: hue angle of 259.24º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #855BDE is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 91 | 222 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.13 |
| HSL | 259.24º | 0.66% | 0.61% | - |
| HSV(B) | 259.24º | 0.59% | 0.87% | - |
| XYZ | 26.6 | 17.74 | 71.13 | - |
| YUV | 118.49 | 186.41 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 222 | 0.40 | 0.59 | 0 | 0.13 | 259.24 | 0.66 | 0.61 |
| Hex | 85 | 5B | DE | 28 | 3B | 0 | D | 103 | 42 | 3D |
| Octal | 205 | 133 | 336 | 50 | 73 | 0 | 15 | 403 | 102 | 75 |
| Binary | 10000101 | 1011011 | 11011110 | 101000 | 111011 | 0 | 1101 | 100000011 | 1000010 | 111101 |
Color Harmonies of #855BDE
Complementary color
Monochromatic Colors of #855BDE
Black with #855BDE
Text Example
Text Example
White with #855BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855BDE; }
p { color: rgb(133,91,222); }
H1.HeaderClassName
{
color: #855BDE;
}
.AnyTagClassName
{
color: #855BDE;
}
</style>
background-color css
<style>
a { background-color: #855BDE; }
a { background-color: rgb(133,91,222); }
div.DivClassName
{
background-color: #855BDE;
}
.BgClassName
{
background-color: #855BDE;
}
</style>
border-color css
<style>
span { border-color: #855BDE; }
span { border-color: rgb(133,91,222); }
td.TdClassName
{
border-color: #855BDE;
}
.TagClassName
{
border-color: #855BDE;
}
</style>