Shades of Medium Purple #886BE0
Tints of Medium Purple #886BE0
RGB
CMYK
RGB Variations
Color information
#886BE0 (or 0x886BE0) is known color: Medium Purple. HEX triplet: 88, 6B and E0. RGB value is (136,107,224). Sum of RGB (Red+Green+Blue) = 136+107+224=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #886BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886BE0 is #77941F. Grayscale: #808080. Windows color (decimal): -7836704 or 14707592. OLE color: 14707592.
HSL color Cylindrical-coordinate representation of color #886BE0: hue angle of 254.87º degrees, saturation: 0.65, 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 #886BE0 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 107 | 224 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.12 |
| HSL | 254.87º | 0.65% | 0.65% | - |
| HSV(B) | 254.87º | 0.52% | 0.88% | - |
| XYZ | 28.87 | 21.13 | 73.08 | - |
| YUV | 129.01 | 181.61 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 224 | 0.39 | 0.52 | 0 | 0.12 | 254.87 | 0.65 | 0.65 |
| Hex | 88 | 6B | E0 | 27 | 34 | 0 | C | FF | 41 | 41 |
| Octal | 210 | 153 | 340 | 47 | 64 | 0 | 14 | 377 | 101 | 101 |
| Binary | 10001000 | 1101011 | 11100000 | 100111 | 110100 | 0 | 1100 | 11111111 | 1000001 | 1000001 |
Color Harmonies of #886BE0
Complementary color
Monochromatic Colors of #886BE0
Black with #886BE0
Text Example
Text Example
White with #886BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886BE0; }
p { color: rgb(136,107,224); }
H1.HeaderClassName
{
color: #886BE0;
}
.AnyTagClassName
{
color: #886BE0;
}
</style>
background-color css
<style>
a { background-color: #886BE0; }
a { background-color: rgb(136,107,224); }
div.DivClassName
{
background-color: #886BE0;
}
.BgClassName
{
background-color: #886BE0;
}
</style>
border-color css
<style>
span { border-color: #886BE0; }
span { border-color: rgb(136,107,224); }
td.TdClassName
{
border-color: #886BE0;
}
.TagClassName
{
border-color: #886BE0;
}
</style>