Shades of Medium Purple #886BDD
Tints of Medium Purple #886BDD
RGB
CMYK
RGB Variations
Color information
#886BDD (or 0x886BDD) is known color: Medium Purple. HEX triplet: 88, 6B and DD. RGB value is (136,107,221). Sum of RGB (Red+Green+Blue) = 136+107+221=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #886BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886BDD is #779422. Grayscale: #808080. Windows color (decimal): -7836707 or 14510984. OLE color: 14510984.
HSL color Cylindrical-coordinate representation of color #886BDD: hue angle of 255.26º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #886BDD is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 107 | 221 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.13 |
| HSL | 255.26º | 0.63% | 0.64% | - |
| HSV(B) | 255.26º | 0.52% | 0.87% | - |
| XYZ | 28.46 | 20.97 | 70.95 | - |
| YUV | 128.67 | 180.11 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 221 | 0.38 | 0.52 | 0 | 0.13 | 255.26 | 0.63 | 0.64 |
| Hex | 88 | 6B | DD | 26 | 34 | 0 | D | FF | 3F | 40 |
| Octal | 210 | 153 | 335 | 46 | 64 | 0 | 15 | 377 | 77 | 100 |
| Binary | 10001000 | 1101011 | 11011101 | 100110 | 110100 | 0 | 1101 | 11111111 | 111111 | 1000000 |
Color Harmonies of #886BDD
Complementary color
Monochromatic Colors of #886BDD
Black with #886BDD
Text Example
Text Example
White with #886BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886BDD; }
p { color: rgb(136,107,221); }
H1.HeaderClassName
{
color: #886BDD;
}
.AnyTagClassName
{
color: #886BDD;
}
</style>
background-color css
<style>
a { background-color: #886BDD; }
a { background-color: rgb(136,107,221); }
div.DivClassName
{
background-color: #886BDD;
}
.BgClassName
{
background-color: #886BDD;
}
</style>
border-color css
<style>
span { border-color: #886BDD; }
span { border-color: rgb(136,107,221); }
td.TdClassName
{
border-color: #886BDD;
}
.TagClassName
{
border-color: #886BDD;
}
</style>