Shades of Medium Purple #886CD9
Tints of Medium Purple #886CD9
RGB
CMYK
RGB Variations
Color information
#886CD9 (or 0x886CD9) is known color: Medium Purple. HEX triplet: 88, 6C and D9. RGB value is (136,108,217). Sum of RGB (Red+Green+Blue) = 136+108+217=461 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.50% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 217 - color contains mainly: blue. Hex color #886CD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886CD9 is #779326. Grayscale: #808080. Windows color (decimal): -7836455 or 14249096. OLE color: 14249096.
HSL color Cylindrical-coordinate representation of color #886CD9: hue angle of 255.41º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #886CD9 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 108 | 217 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.15 |
| HSL | 255.41º | 0.59% | 0.64% | - |
| HSV(B) | 255.41º | 0.5% | 0.85% | - |
| XYZ | 28.04 | 20.97 | 68.22 | - |
| YUV | 128.8 | 177.78 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 108 | 217 | 0.37 | 0.50 | 0 | 0.15 | 255.41 | 0.59 | 0.64 |
| Hex | 88 | 6C | D9 | 25 | 32 | 0 | F | FF | 3B | 40 |
| Octal | 210 | 154 | 331 | 45 | 62 | 0 | 17 | 377 | 73 | 100 |
| Binary | 10001000 | 1101100 | 11011001 | 100101 | 110010 | 0 | 1111 | 11111111 | 111011 | 1000000 |
Color Harmonies of #886CD9
Complementary color
Monochromatic Colors of #886CD9
Black with #886CD9
Text Example
Text Example
White with #886CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886CD9; }
p { color: rgb(136,108,217); }
H1.HeaderClassName
{
color: #886CD9;
}
.AnyTagClassName
{
color: #886CD9;
}
</style>
background-color css
<style>
a { background-color: #886CD9; }
a { background-color: rgb(136,108,217); }
div.DivClassName
{
background-color: #886CD9;
}
.BgClassName
{
background-color: #886CD9;
}
</style>
border-color css
<style>
span { border-color: #886CD9; }
span { border-color: rgb(136,108,217); }
td.TdClassName
{
border-color: #886CD9;
}
.TagClassName
{
border-color: #886CD9;
}
</style>