Shades of Medium Purple #885BDE
Tints of Medium Purple #885BDE
RGB
CMYK
RGB Variations
Color information
#885BDE (or 0x885BDE) is known color: Medium Purple. HEX triplet: 88, 5B and DE. RGB value is (136,91,222). Sum of RGB (Red+Green+Blue) = 136+91+222=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #885BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885BDE is #77A421. Grayscale: #767676. Windows color (decimal): -7840802 or 14572424. OLE color: 14572424.
HSL color Cylindrical-coordinate representation of color #885BDE: hue angle of 260.61º 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 #885BDE is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 91 | 222 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.13 |
| HSL | 260.61º | 0.66% | 0.61% | - |
| HSV(B) | 260.61º | 0.59% | 0.87% | - |
| XYZ | 27.08 | 17.99 | 71.15 | - |
| YUV | 119.39 | 185.91 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 91 | 222 | 0.39 | 0.59 | 0 | 0.13 | 260.61 | 0.66 | 0.61 |
| Hex | 88 | 5B | DE | 27 | 3B | 0 | D | 105 | 42 | 3D |
| Octal | 210 | 133 | 336 | 47 | 73 | 0 | 15 | 405 | 102 | 75 |
| Binary | 10001000 | 1011011 | 11011110 | 100111 | 111011 | 0 | 1101 | 100000101 | 1000010 | 111101 |
Color Harmonies of #885BDE
Complementary color
Monochromatic Colors of #885BDE
Black with #885BDE
Text Example
Text Example
White with #885BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885BDE; }
p { color: rgb(136,91,222); }
H1.HeaderClassName
{
color: #885BDE;
}
.AnyTagClassName
{
color: #885BDE;
}
</style>
background-color css
<style>
a { background-color: #885BDE; }
a { background-color: rgb(136,91,222); }
div.DivClassName
{
background-color: #885BDE;
}
.BgClassName
{
background-color: #885BDE;
}
</style>
border-color css
<style>
span { border-color: #885BDE; }
span { border-color: rgb(136,91,222); }
td.TdClassName
{
border-color: #885BDE;
}
.TagClassName
{
border-color: #885BDE;
}
</style>