Shades of Medium Purple #886CE5
Tints of Medium Purple #886CE5
RGB
CMYK
RGB Variations
Color information
#886CE5 (or 0x886CE5) is known color: Medium Purple. HEX triplet: 88, 6C and E5. RGB value is (136,108,229). Sum of RGB (Red+Green+Blue) = 136+108+229=473 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.75% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 229 (89.84% from 255 or 48.41% from 473); Max value from RGB is 229 - color contains mainly: blue. Hex color #886CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886CE5 is #77931A. Grayscale: #818181. Windows color (decimal): -7836443 or 15035528. OLE color: 15035528.
HSL color Cylindrical-coordinate representation of color #886CE5: hue angle of 253.88º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #886CE5 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 136 | 108 | 229 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.10 |
| HSL | 253.88º | 0.7% | 0.66% | - |
| HSV(B) | 253.88º | 0.53% | 0.9% | - |
| XYZ | 29.66 | 21.62 | 76.74 | - |
| YUV | 130.17 | 183.78 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 108 | 229 | 0.41 | 0.53 | 0 | 0.10 | 253.88 | 0.7 | 0.66 |
| Hex | 88 | 6C | E5 | 29 | 35 | 0 | A | FE | 46 | 42 |
| Octal | 210 | 154 | 345 | 51 | 65 | 0 | 12 | 376 | 106 | 102 |
| Binary | 10001000 | 1101100 | 11100101 | 101001 | 110101 | 0 | 1010 | 11111110 | 1000110 | 1000010 |
Color Harmonies of #886CE5
Complementary color
Monochromatic Colors of #886CE5
Black with #886CE5
Text Example
Text Example
White with #886CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886CE5; }
p { color: rgb(136,108,229); }
H1.HeaderClassName
{
color: #886CE5;
}
.AnyTagClassName
{
color: #886CE5;
}
</style>
background-color css
<style>
a { background-color: #886CE5; }
a { background-color: rgb(136,108,229); }
div.DivClassName
{
background-color: #886CE5;
}
.BgClassName
{
background-color: #886CE5;
}
</style>
border-color css
<style>
span { border-color: #886CE5; }
span { border-color: rgb(136,108,229); }
td.TdClassName
{
border-color: #886CE5;
}
.TagClassName
{
border-color: #886CE5;
}
</style>