Shades of Medium Purple #886CE1
Tints of Medium Purple #886CE1
RGB
CMYK
RGB Variations
Color information
#886CE1 (or 0x886CE1) is known color: Medium Purple. HEX triplet: 88, 6C and E1. RGB value is (136,108,225). Sum of RGB (Red+Green+Blue) = 136+108+225=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 225 (88.28% from 255 or 47.97% from 469); Max value from RGB is 225 - color contains mainly: blue. Hex color #886CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886CE1 is #77931E. Grayscale: #818181. Windows color (decimal): -7836447 or 14773384. OLE color: 14773384.
HSL color Cylindrical-coordinate representation of color #886CE1: hue angle of 254.36º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #886CE1 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 108 | 225 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.12 |
| HSL | 254.36º | 0.66% | 0.65% | - |
| HSV(B) | 254.36º | 0.52% | 0.88% | - |
| XYZ | 29.11 | 21.4 | 73.83 | - |
| YUV | 129.71 | 181.78 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 108 | 225 | 0.40 | 0.52 | 0 | 0.12 | 254.36 | 0.66 | 0.65 |
| Hex | 88 | 6C | E1 | 28 | 34 | 0 | C | FE | 42 | 41 |
| Octal | 210 | 154 | 341 | 50 | 64 | 0 | 14 | 376 | 102 | 101 |
| Binary | 10001000 | 1101100 | 11100001 | 101000 | 110100 | 0 | 1100 | 11111110 | 1000010 | 1000001 |
Color Harmonies of #886CE1
Complementary color
Monochromatic Colors of #886CE1
Black with #886CE1
Text Example
Text Example
White with #886CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886CE1; }
p { color: rgb(136,108,225); }
H1.HeaderClassName
{
color: #886CE1;
}
.AnyTagClassName
{
color: #886CE1;
}
</style>
background-color css
<style>
a { background-color: #886CE1; }
a { background-color: rgb(136,108,225); }
div.DivClassName
{
background-color: #886CE1;
}
.BgClassName
{
background-color: #886CE1;
}
</style>
border-color css
<style>
span { border-color: #886CE1; }
span { border-color: rgb(136,108,225); }
td.TdClassName
{
border-color: #886CE1;
}
.TagClassName
{
border-color: #886CE1;
}
</style>