Shades of Medium Purple #886CDD
Tints of Medium Purple #886CDD
RGB
CMYK
RGB Variations
Color information
#886CDD (or 0x886CDD) is known color: Medium Purple. HEX triplet: 88, 6C and DD. RGB value is (136,108,221). Sum of RGB (Red+Green+Blue) = 136+108+221=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #886CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886CDD is #779322. Grayscale: #808080. Windows color (decimal): -7836451 or 14511240. OLE color: 14511240.
HSL color Cylindrical-coordinate representation of color #886CDD: hue angle of 254.87º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #886CDD is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 108 | 221 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.13 |
| HSL | 254.87º | 0.62% | 0.65% | - |
| HSV(B) | 254.87º | 0.51% | 0.87% | - |
| XYZ | 28.57 | 21.18 | 70.99 | - |
| YUV | 129.25 | 179.78 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 108 | 221 | 0.38 | 0.51 | 0 | 0.13 | 254.87 | 0.62 | 0.65 |
| Hex | 88 | 6C | DD | 26 | 33 | 0 | D | FF | 3E | 41 |
| Octal | 210 | 154 | 335 | 46 | 63 | 0 | 15 | 377 | 76 | 101 |
| Binary | 10001000 | 1101100 | 11011101 | 100110 | 110011 | 0 | 1101 | 11111111 | 111110 | 1000001 |
Color Harmonies of #886CDD
Complementary color
Monochromatic Colors of #886CDD
Black with #886CDD
Text Example
Text Example
White with #886CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886CDD; }
p { color: rgb(136,108,221); }
H1.HeaderClassName
{
color: #886CDD;
}
.AnyTagClassName
{
color: #886CDD;
}
</style>
background-color css
<style>
a { background-color: #886CDD; }
a { background-color: rgb(136,108,221); }
div.DivClassName
{
background-color: #886CDD;
}
.BgClassName
{
background-color: #886CDD;
}
</style>
border-color css
<style>
span { border-color: #886CDD; }
span { border-color: rgb(136,108,221); }
td.TdClassName
{
border-color: #886CDD;
}
.TagClassName
{
border-color: #886CDD;
}
</style>