Shades of Medium Purple #886EE0
Tints of Medium Purple #886EE0
RGB
CMYK
RGB Variations
Color information
#886EE0 (or 0x886EE0) is known color: Medium Purple. HEX triplet: 88, 6E and E0. RGB value is (136,110,224). Sum of RGB (Red+Green+Blue) = 136+110+224=470 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.94% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 224 (87.89% from 255 or 47.66% from 470); Max value from RGB is 224 - color contains mainly: blue. Hex color #886EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886EE0 is #77911F. Grayscale: #828282. Windows color (decimal): -7835936 or 14708360. OLE color: 14708360.
HSL color Cylindrical-coordinate representation of color #886EE0: hue angle of 253.68º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #886EE0 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 110 | 224 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.12 |
| HSL | 253.68º | 0.65% | 0.65% | - |
| HSV(B) | 253.68º | 0.51% | 0.88% | - |
| XYZ | 29.18 | 21.77 | 73.18 | - |
| YUV | 130.77 | 180.61 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 224 | 0.39 | 0.51 | 0 | 0.12 | 253.68 | 0.65 | 0.65 |
| Hex | 88 | 6E | E0 | 27 | 33 | 0 | C | FE | 41 | 41 |
| Octal | 210 | 156 | 340 | 47 | 63 | 0 | 14 | 376 | 101 | 101 |
| Binary | 10001000 | 1101110 | 11100000 | 100111 | 110011 | 0 | 1100 | 11111110 | 1000001 | 1000001 |
Color Harmonies of #886EE0
Complementary color
Monochromatic Colors of #886EE0
Black with #886EE0
Text Example
Text Example
White with #886EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886EE0; }
p { color: rgb(136,110,224); }
H1.HeaderClassName
{
color: #886EE0;
}
.AnyTagClassName
{
color: #886EE0;
}
</style>
background-color css
<style>
a { background-color: #886EE0; }
a { background-color: rgb(136,110,224); }
div.DivClassName
{
background-color: #886EE0;
}
.BgClassName
{
background-color: #886EE0;
}
</style>
border-color css
<style>
span { border-color: #886EE0; }
span { border-color: rgb(136,110,224); }
td.TdClassName
{
border-color: #886EE0;
}
.TagClassName
{
border-color: #886EE0;
}
</style>