Shades of Medium Purple #887CE1
Tints of Medium Purple #887CE1
RGB
CMYK
RGB Variations
Color information
#887CE1 (or 0x887CE1) is known color: Medium Purple. HEX triplet: 88, 7C and E1. RGB value is (136,124,225). Sum of RGB (Red+Green+Blue) = 136+124+225=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 225 - color contains mainly: blue. Hex color #887CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887CE1 is #77831E. Grayscale: #8A8A8A. Windows color (decimal): -7832351 or 14777480. OLE color: 14777480.
HSL color Cylindrical-coordinate representation of color #887CE1: hue angle of 247.13º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #887CE1 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 124 | 225 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.12 |
| HSL | 247.13º | 0.63% | 0.68% | - |
| HSV(B) | 247.13º | 0.45% | 0.88% | - |
| XYZ | 30.95 | 25.09 | 74.44 | - |
| YUV | 139.1 | 176.48 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 225 | 0.40 | 0.45 | 0 | 0.12 | 247.13 | 0.63 | 0.68 |
| Hex | 88 | 7C | E1 | 28 | 2D | 0 | C | F7 | 3F | 44 |
| Octal | 210 | 174 | 341 | 50 | 55 | 0 | 14 | 367 | 77 | 104 |
| Binary | 10001000 | 1111100 | 11100001 | 101000 | 101101 | 0 | 1100 | 11110111 | 111111 | 1000100 |
Color Harmonies of #887CE1
Complementary color
Monochromatic Colors of #887CE1
Black with #887CE1
Text Example
Text Example
White with #887CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887CE1; }
p { color: rgb(136,124,225); }
H1.HeaderClassName
{
color: #887CE1;
}
.AnyTagClassName
{
color: #887CE1;
}
</style>
background-color css
<style>
a { background-color: #887CE1; }
a { background-color: rgb(136,124,225); }
div.DivClassName
{
background-color: #887CE1;
}
.BgClassName
{
background-color: #887CE1;
}
</style>
border-color css
<style>
span { border-color: #887CE1; }
span { border-color: rgb(136,124,225); }
td.TdClassName
{
border-color: #887CE1;
}
.TagClassName
{
border-color: #887CE1;
}
</style>