Shades of Medium Purple #886BDF
Tints of Medium Purple #886BDF
RGB
CMYK
RGB Variations
Color information
#886BDF (or 0x886BDF) is known color: Medium Purple. HEX triplet: 88, 6B and DF. RGB value is (136,107,223). Sum of RGB (Red+Green+Blue) = 136+107+223=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #886BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886BDF is #779420. Grayscale: #808080. Windows color (decimal): -7836705 or 14642056. OLE color: 14642056.
HSL color Cylindrical-coordinate representation of color #886BDF: hue angle of 255º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #886BDF is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 107 | 223 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.13 |
| HSL | 255º | 0.64% | 0.65% | - |
| HSV(B) | 255º | 0.52% | 0.87% | - |
| XYZ | 28.73 | 21.08 | 72.37 | - |
| YUV | 128.9 | 181.11 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 223 | 0.39 | 0.52 | 0 | 0.13 | 255 | 0.64 | 0.65 |
| Hex | 88 | 6B | DF | 27 | 34 | 0 | D | FF | 40 | 41 |
| Octal | 210 | 153 | 337 | 47 | 64 | 0 | 15 | 377 | 100 | 101 |
| Binary | 10001000 | 1101011 | 11011111 | 100111 | 110100 | 0 | 1101 | 11111111 | 1000000 | 1000001 |
Color Harmonies of #886BDF
Complementary color
Monochromatic Colors of #886BDF
Black with #886BDF
Text Example
Text Example
White with #886BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886BDF; }
p { color: rgb(136,107,223); }
H1.HeaderClassName
{
color: #886BDF;
}
.AnyTagClassName
{
color: #886BDF;
}
</style>
background-color css
<style>
a { background-color: #886BDF; }
a { background-color: rgb(136,107,223); }
div.DivClassName
{
background-color: #886BDF;
}
.BgClassName
{
background-color: #886BDF;
}
</style>
border-color css
<style>
span { border-color: #886BDF; }
span { border-color: rgb(136,107,223); }
td.TdClassName
{
border-color: #886BDF;
}
.TagClassName
{
border-color: #886BDF;
}
</style>