Shades of Medium Purple #887CDF
Tints of Medium Purple #887CDF
RGB
CMYK
RGB Variations
Color information
#887CDF (or 0x887CDF) is known color: Medium Purple. HEX triplet: 88, 7C and DF. RGB value is (136,124,223). Sum of RGB (Red+Green+Blue) = 136+124+223=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #887CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887CDF is #778320. Grayscale: #8A8A8A. Windows color (decimal): -7832353 or 14646408. OLE color: 14646408.
HSL color Cylindrical-coordinate representation of color #887CDF: hue angle of 247.27º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #887CDF is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 124 | 223 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.13 |
| HSL | 247.27º | 0.61% | 0.68% | - |
| HSV(B) | 247.27º | 0.44% | 0.87% | - |
| XYZ | 30.68 | 24.98 | 73.02 | - |
| YUV | 138.87 | 175.48 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 223 | 0.39 | 0.44 | 0 | 0.13 | 247.27 | 0.61 | 0.68 |
| Hex | 88 | 7C | DF | 27 | 2C | 0 | D | F7 | 3D | 44 |
| Octal | 210 | 174 | 337 | 47 | 54 | 0 | 15 | 367 | 75 | 104 |
| Binary | 10001000 | 1111100 | 11011111 | 100111 | 101100 | 0 | 1101 | 11110111 | 111101 | 1000100 |
Color Harmonies of #887CDF
Complementary color
Monochromatic Colors of #887CDF
Black with #887CDF
Text Example
Text Example
White with #887CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887CDF; }
p { color: rgb(136,124,223); }
H1.HeaderClassName
{
color: #887CDF;
}
.AnyTagClassName
{
color: #887CDF;
}
</style>
background-color css
<style>
a { background-color: #887CDF; }
a { background-color: rgb(136,124,223); }
div.DivClassName
{
background-color: #887CDF;
}
.BgClassName
{
background-color: #887CDF;
}
</style>
border-color css
<style>
span { border-color: #887CDF; }
span { border-color: rgb(136,124,223); }
td.TdClassName
{
border-color: #887CDF;
}
.TagClassName
{
border-color: #887CDF;
}
</style>