Shades of Medium Purple #886BE4
Tints of Medium Purple #886BE4
RGB
CMYK
RGB Variations
Color information
#886BE4 (or 0x886BE4) is known color: Medium Purple. HEX triplet: 88, 6B and E4. RGB value is (136,107,228). Sum of RGB (Red+Green+Blue) = 136+107+228=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 228 (89.45% from 255 or 48.41% from 471); Max value from RGB is 228 - color contains mainly: blue. Hex color #886BE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886BE4 is #77941B. Grayscale: #818181. Windows color (decimal): -7836700 or 14969736. OLE color: 14969736.
HSL color Cylindrical-coordinate representation of color #886BE4: hue angle of 254.38º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #886BE4 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 136 | 107 | 228 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.11 |
| HSL | 254.38º | 0.69% | 0.66% | - |
| HSV(B) | 254.38º | 0.53% | 0.89% | - |
| XYZ | 29.41 | 21.35 | 75.97 | - |
| YUV | 129.47 | 183.61 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 228 | 0.40 | 0.53 | 0 | 0.11 | 254.38 | 0.69 | 0.66 |
| Hex | 88 | 6B | E4 | 28 | 35 | 0 | B | FE | 45 | 42 |
| Octal | 210 | 153 | 344 | 50 | 65 | 0 | 13 | 376 | 105 | 102 |
| Binary | 10001000 | 1101011 | 11100100 | 101000 | 110101 | 0 | 1011 | 11111110 | 1000101 | 1000010 |
Color Harmonies of #886BE4
Complementary color
Monochromatic Colors of #886BE4
Black with #886BE4
Text Example
Text Example
White with #886BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886BE4; }
p { color: rgb(136,107,228); }
H1.HeaderClassName
{
color: #886BE4;
}
.AnyTagClassName
{
color: #886BE4;
}
</style>
background-color css
<style>
a { background-color: #886BE4; }
a { background-color: rgb(136,107,228); }
div.DivClassName
{
background-color: #886BE4;
}
.BgClassName
{
background-color: #886BE4;
}
</style>
border-color css
<style>
span { border-color: #886BE4; }
span { border-color: rgb(136,107,228); }
td.TdClassName
{
border-color: #886BE4;
}
.TagClassName
{
border-color: #886BE4;
}
</style>