Shades of Medium Purple #886BE3
Tints of Medium Purple #886BE3
RGB
CMYK
RGB Variations
Color information
#886BE3 (or 0x886BE3) is known color: Medium Purple. HEX triplet: 88, 6B and E3. RGB value is (136,107,227). Sum of RGB (Red+Green+Blue) = 136+107+227=470 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.94% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 227 (89.06% from 255 or 48.30% from 470); Max value from RGB is 227 - color contains mainly: blue. Hex color #886BE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886BE3 is #77941C. Grayscale: #808080. Windows color (decimal): -7836701 or 14904200. OLE color: 14904200.
HSL color Cylindrical-coordinate representation of color #886BE3: hue angle of 254.5º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #886BE3 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 136 | 107 | 227 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.11 |
| HSL | 254.5º | 0.68% | 0.65% | - |
| HSV(B) | 254.5º | 0.53% | 0.89% | - |
| XYZ | 29.28 | 21.3 | 75.24 | - |
| YUV | 129.35 | 183.11 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 227 | 0.40 | 0.53 | 0 | 0.11 | 254.5 | 0.68 | 0.65 |
| Hex | 88 | 6B | E3 | 28 | 35 | 0 | B | FE | 44 | 41 |
| Octal | 210 | 153 | 343 | 50 | 65 | 0 | 13 | 376 | 104 | 101 |
| Binary | 10001000 | 1101011 | 11100011 | 101000 | 110101 | 0 | 1011 | 11111110 | 1000100 | 1000001 |
Color Harmonies of #886BE3
Complementary color
Monochromatic Colors of #886BE3
Black with #886BE3
Text Example
Text Example
White with #886BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886BE3; }
p { color: rgb(136,107,227); }
H1.HeaderClassName
{
color: #886BE3;
}
.AnyTagClassName
{
color: #886BE3;
}
</style>
background-color css
<style>
a { background-color: #886BE3; }
a { background-color: rgb(136,107,227); }
div.DivClassName
{
background-color: #886BE3;
}
.BgClassName
{
background-color: #886BE3;
}
</style>
border-color css
<style>
span { border-color: #886BE3; }
span { border-color: rgb(136,107,227); }
td.TdClassName
{
border-color: #886BE3;
}
.TagClassName
{
border-color: #886BE3;
}
</style>