Shades of Medium Purple #886EDC
Tints of Medium Purple #886EDC
RGB
CMYK
RGB Variations
Color information
#886EDC (or 0x886EDC) is known color: Medium Purple. HEX triplet: 88, 6E and DC. RGB value is (136,110,220). Sum of RGB (Red+Green+Blue) = 136+110+220=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #886EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886EDC is #779123. Grayscale: #818181. Windows color (decimal): -7835940 or 14446216. OLE color: 14446216.
HSL color Cylindrical-coordinate representation of color #886EDC: hue angle of 254.18º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #886EDC is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 110 | 220 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.14 |
| HSL | 254.18º | 0.61% | 0.65% | - |
| HSV(B) | 254.18º | 0.5% | 0.86% | - |
| XYZ | 28.65 | 21.55 | 70.36 | - |
| YUV | 130.31 | 178.61 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 220 | 0.38 | 0.50 | 0 | 0.14 | 254.18 | 0.61 | 0.65 |
| Hex | 88 | 6E | DC | 26 | 32 | 0 | E | FE | 3D | 41 |
| Octal | 210 | 156 | 334 | 46 | 62 | 0 | 16 | 376 | 75 | 101 |
| Binary | 10001000 | 1101110 | 11011100 | 100110 | 110010 | 0 | 1110 | 11111110 | 111101 | 1000001 |
Color Harmonies of #886EDC
Complementary color
Monochromatic Colors of #886EDC
Black with #886EDC
Text Example
Text Example
White with #886EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886EDC; }
p { color: rgb(136,110,220); }
H1.HeaderClassName
{
color: #886EDC;
}
.AnyTagClassName
{
color: #886EDC;
}
</style>
background-color css
<style>
a { background-color: #886EDC; }
a { background-color: rgb(136,110,220); }
div.DivClassName
{
background-color: #886EDC;
}
.BgClassName
{
background-color: #886EDC;
}
</style>
border-color css
<style>
span { border-color: #886EDC; }
span { border-color: rgb(136,110,220); }
td.TdClassName
{
border-color: #886EDC;
}
.TagClassName
{
border-color: #886EDC;
}
</style>