Shades of Medium Purple #886EE1
Tints of Medium Purple #886EE1
RGB
CMYK
RGB Variations
Color information
#886EE1 (or 0x886EE1) is known color: Medium Purple. HEX triplet: 88, 6E and E1. RGB value is (136,110,225). Sum of RGB (Red+Green+Blue) = 136+110+225=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 110 (43.36% from 255 or 23.35% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #886EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886EE1 is #77911E. Grayscale: #828282. Windows color (decimal): -7835935 or 14773896. OLE color: 14773896.
HSL color Cylindrical-coordinate representation of color #886EE1: hue angle of 253.57º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #886EE1 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 110 | 225 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.12 |
| HSL | 253.57º | 0.66% | 0.66% | - |
| HSV(B) | 253.57º | 0.51% | 0.88% | - |
| XYZ | 29.32 | 21.82 | 73.9 | - |
| YUV | 130.88 | 181.11 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 225 | 0.40 | 0.51 | 0 | 0.12 | 253.57 | 0.66 | 0.66 |
| Hex | 88 | 6E | E1 | 28 | 33 | 0 | C | FE | 42 | 42 |
| Octal | 210 | 156 | 341 | 50 | 63 | 0 | 14 | 376 | 102 | 102 |
| Binary | 10001000 | 1101110 | 11100001 | 101000 | 110011 | 0 | 1100 | 11111110 | 1000010 | 1000010 |
Color Harmonies of #886EE1
Complementary color
Monochromatic Colors of #886EE1
Black with #886EE1
Text Example
Text Example
White with #886EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886EE1; }
p { color: rgb(136,110,225); }
H1.HeaderClassName
{
color: #886EE1;
}
.AnyTagClassName
{
color: #886EE1;
}
</style>
background-color css
<style>
a { background-color: #886EE1; }
a { background-color: rgb(136,110,225); }
div.DivClassName
{
background-color: #886EE1;
}
.BgClassName
{
background-color: #886EE1;
}
</style>
border-color css
<style>
span { border-color: #886EE1; }
span { border-color: rgb(136,110,225); }
td.TdClassName
{
border-color: #886EE1;
}
.TagClassName
{
border-color: #886EE1;
}
</style>