Shades of Medium Purple #886CDF
Tints of Medium Purple #886CDF
RGB
CMYK
RGB Variations
Color information
#886CDF (or 0x886CDF) is known color: Medium Purple. HEX triplet: 88, 6C and DF. RGB value is (136,108,223). Sum of RGB (Red+Green+Blue) = 136+108+223=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #886CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886CDF is #779320. Grayscale: #818181. Windows color (decimal): -7836449 or 14642312. OLE color: 14642312.
HSL color Cylindrical-coordinate representation of color #886CDF: hue angle of 254.61º 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 #886CDF is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 108 | 223 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.13 |
| HSL | 254.61º | 0.64% | 0.65% | - |
| HSV(B) | 254.61º | 0.52% | 0.87% | - |
| XYZ | 28.84 | 21.29 | 72.4 | - |
| YUV | 129.48 | 180.78 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 108 | 223 | 0.39 | 0.52 | 0 | 0.13 | 254.61 | 0.64 | 0.65 |
| Hex | 88 | 6C | DF | 27 | 34 | 0 | D | FF | 40 | 41 |
| Octal | 210 | 154 | 337 | 47 | 64 | 0 | 15 | 377 | 100 | 101 |
| Binary | 10001000 | 1101100 | 11011111 | 100111 | 110100 | 0 | 1101 | 11111111 | 1000000 | 1000001 |
Color Harmonies of #886CDF
Complementary color
Monochromatic Colors of #886CDF
Black with #886CDF
Text Example
Text Example
White with #886CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886CDF; }
p { color: rgb(136,108,223); }
H1.HeaderClassName
{
color: #886CDF;
}
.AnyTagClassName
{
color: #886CDF;
}
</style>
background-color css
<style>
a { background-color: #886CDF; }
a { background-color: rgb(136,108,223); }
div.DivClassName
{
background-color: #886CDF;
}
.BgClassName
{
background-color: #886CDF;
}
</style>
border-color css
<style>
span { border-color: #886CDF; }
span { border-color: rgb(136,108,223); }
td.TdClassName
{
border-color: #886CDF;
}
.TagClassName
{
border-color: #886CDF;
}
</style>