Shades of Medium Purple #886EDD
Tints of Medium Purple #886EDD
RGB
CMYK
RGB Variations
Color information
#886EDD (or 0x886EDD) is known color: Medium Purple. HEX triplet: 88, 6E and DD. RGB value is (136,110,221). Sum of RGB (Red+Green+Blue) = 136+110+221=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #886EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886EDD is #779122. Grayscale: #828282. Windows color (decimal): -7835939 or 14511752. OLE color: 14511752.
HSL color Cylindrical-coordinate representation of color #886EDD: hue angle of 254.05º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #886EDD is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 110 | 221 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.13 |
| HSL | 254.05º | 0.62% | 0.65% | - |
| HSV(B) | 254.05º | 0.5% | 0.87% | - |
| XYZ | 28.78 | 21.61 | 71.06 | - |
| YUV | 130.43 | 179.11 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 221 | 0.38 | 0.50 | 0 | 0.13 | 254.05 | 0.62 | 0.65 |
| Hex | 88 | 6E | DD | 26 | 32 | 0 | D | FE | 3E | 41 |
| Octal | 210 | 156 | 335 | 46 | 62 | 0 | 15 | 376 | 76 | 101 |
| Binary | 10001000 | 1101110 | 11011101 | 100110 | 110010 | 0 | 1101 | 11111110 | 111110 | 1000001 |
Color Harmonies of #886EDD
Complementary color
Monochromatic Colors of #886EDD
Black with #886EDD
Text Example
Text Example
White with #886EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886EDD; }
p { color: rgb(136,110,221); }
H1.HeaderClassName
{
color: #886EDD;
}
.AnyTagClassName
{
color: #886EDD;
}
</style>
background-color css
<style>
a { background-color: #886EDD; }
a { background-color: rgb(136,110,221); }
div.DivClassName
{
background-color: #886EDD;
}
.BgClassName
{
background-color: #886EDD;
}
</style>
border-color css
<style>
span { border-color: #886EDD; }
span { border-color: rgb(136,110,221); }
td.TdClassName
{
border-color: #886EDD;
}
.TagClassName
{
border-color: #886EDD;
}
</style>