Shades of Medium Purple #886BE5
Tints of Medium Purple #886BE5
RGB
CMYK
RGB Variations
Color information
#886BE5 (or 0x886BE5) is known color: Medium Purple. HEX triplet: 88, 6B and E5. RGB value is (136,107,229). Sum of RGB (Red+Green+Blue) = 136+107+229=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 229 - color contains mainly: blue. Hex color #886BE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886BE5 is #77941A. Grayscale: #818181. Windows color (decimal): -7836699 or 15035272. OLE color: 15035272.
HSL color Cylindrical-coordinate representation of color #886BE5: hue angle of 254.26º 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 #886BE5 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 136 | 107 | 229 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.10 |
| HSL | 254.26º | 0.7% | 0.66% | - |
| HSV(B) | 254.26º | 0.53% | 0.9% | - |
| XYZ | 29.55 | 21.41 | 76.7 | - |
| YUV | 129.58 | 184.11 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 229 | 0.41 | 0.53 | 0 | 0.10 | 254.26 | 0.7 | 0.66 |
| Hex | 88 | 6B | E5 | 29 | 35 | 0 | A | FE | 46 | 42 |
| Octal | 210 | 153 | 345 | 51 | 65 | 0 | 12 | 376 | 106 | 102 |
| Binary | 10001000 | 1101011 | 11100101 | 101001 | 110101 | 0 | 1010 | 11111110 | 1000110 | 1000010 |
Color Harmonies of #886BE5
Complementary color
Monochromatic Colors of #886BE5
Black with #886BE5
Text Example
Text Example
White with #886BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886BE5; }
p { color: rgb(136,107,229); }
H1.HeaderClassName
{
color: #886BE5;
}
.AnyTagClassName
{
color: #886BE5;
}
</style>
background-color css
<style>
a { background-color: #886BE5; }
a { background-color: rgb(136,107,229); }
div.DivClassName
{
background-color: #886BE5;
}
.BgClassName
{
background-color: #886BE5;
}
</style>
border-color css
<style>
span { border-color: #886BE5; }
span { border-color: rgb(136,107,229); }
td.TdClassName
{
border-color: #886BE5;
}
.TagClassName
{
border-color: #886BE5;
}
</style>