Shades of Medium Purple #886ED5
Tints of Medium Purple #886ED5
RGB
CMYK
RGB Variations
Color information
#886ED5 (or 0x886ED5) is known color: Medium Purple. HEX triplet: 88, 6E and D5. RGB value is (136,110,213). Sum of RGB (Red+Green+Blue) = 136+110+213=459 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.63% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 213 (83.59% from 255 or 46.41% from 459); Max value from RGB is 213 - color contains mainly: blue. Hex color #886ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886ED5 is #77912A. Grayscale: #818181. Windows color (decimal): -7835947 or 13987464. OLE color: 13987464.
HSL color Cylindrical-coordinate representation of color #886ED5: hue angle of 255.15º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #886ED5 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 110 | 213 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.16 |
| HSL | 255.15º | 0.55% | 0.63% | - |
| HSV(B) | 255.15º | 0.48% | 0.84% | - |
| XYZ | 27.74 | 21.19 | 65.58 | - |
| YUV | 129.52 | 175.11 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 213 | 0.36 | 0.48 | 0 | 0.16 | 255.15 | 0.55 | 0.63 |
| Hex | 88 | 6E | D5 | 24 | 30 | 0 | 10 | FF | 37 | 3F |
| Octal | 210 | 156 | 325 | 44 | 60 | 0 | 20 | 377 | 67 | 77 |
| Binary | 10001000 | 1101110 | 11010101 | 100100 | 110000 | 0 | 10000 | 11111111 | 110111 | 111111 |
Color Harmonies of #886ED5
Complementary color
Monochromatic Colors of #886ED5
Black with #886ED5
Text Example
Text Example
White with #886ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886ED5; }
p { color: rgb(136,110,213); }
H1.HeaderClassName
{
color: #886ED5;
}
.AnyTagClassName
{
color: #886ED5;
}
</style>
background-color css
<style>
a { background-color: #886ED5; }
a { background-color: rgb(136,110,213); }
div.DivClassName
{
background-color: #886ED5;
}
.BgClassName
{
background-color: #886ED5;
}
</style>
border-color css
<style>
span { border-color: #886ED5; }
span { border-color: rgb(136,110,213); }
td.TdClassName
{
border-color: #886ED5;
}
.TagClassName
{
border-color: #886ED5;
}
</style>