Shades of Medium Purple #886FDF
Tints of Medium Purple #886FDF
RGB
CMYK
RGB Variations
Color information
#886FDF (or 0x886FDF) is known color: Medium Purple. HEX triplet: 88, 6F and DF. RGB value is (136,111,223). Sum of RGB (Red+Green+Blue) = 136+111+223=470 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.94% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #886FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886FDF is #779020. Grayscale: #828282. Windows color (decimal): -7835681 or 14643080. OLE color: 14643080.
HSL color Cylindrical-coordinate representation of color #886FDF: hue angle of 253.39º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #886FDF is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 111 | 223 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.13 |
| HSL | 253.39º | 0.64% | 0.65% | - |
| HSV(B) | 253.39º | 0.5% | 0.87% | - |
| XYZ | 29.16 | 21.93 | 72.51 | - |
| YUV | 131.24 | 179.78 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 223 | 0.39 | 0.50 | 0 | 0.13 | 253.39 | 0.64 | 0.65 |
| Hex | 88 | 6F | DF | 27 | 32 | 0 | D | FD | 40 | 41 |
| Octal | 210 | 157 | 337 | 47 | 62 | 0 | 15 | 375 | 100 | 101 |
| Binary | 10001000 | 1101111 | 11011111 | 100111 | 110010 | 0 | 1101 | 11111101 | 1000000 | 1000001 |
Color Harmonies of #886FDF
Complementary color
Monochromatic Colors of #886FDF
Black with #886FDF
Text Example
Text Example
White with #886FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886FDF; }
p { color: rgb(136,111,223); }
H1.HeaderClassName
{
color: #886FDF;
}
.AnyTagClassName
{
color: #886FDF;
}
</style>
background-color css
<style>
a { background-color: #886FDF; }
a { background-color: rgb(136,111,223); }
div.DivClassName
{
background-color: #886FDF;
}
.BgClassName
{
background-color: #886FDF;
}
</style>
border-color css
<style>
span { border-color: #886FDF; }
span { border-color: rgb(136,111,223); }
td.TdClassName
{
border-color: #886FDF;
}
.TagClassName
{
border-color: #886FDF;
}
</style>