Shades of Medium Purple #886CDB
Tints of Medium Purple #886CDB
RGB
CMYK
RGB Variations
Color information
#886CDB (or 0x886CDB) is known color: Medium Purple. HEX triplet: 88, 6C and DB. RGB value is (136,108,219). Sum of RGB (Red+Green+Blue) = 136+108+219=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #886CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886CDB is #779324. Grayscale: #808080. Windows color (decimal): -7836453 or 14380168. OLE color: 14380168.
HSL color Cylindrical-coordinate representation of color #886CDB: hue angle of 255.14º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #886CDB is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 108 | 219 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.14 |
| HSL | 255.14º | 0.61% | 0.64% | - |
| HSV(B) | 255.14º | 0.51% | 0.86% | - |
| XYZ | 28.3 | 21.07 | 69.59 | - |
| YUV | 129.03 | 178.78 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 108 | 219 | 0.38 | 0.51 | 0 | 0.14 | 255.14 | 0.61 | 0.64 |
| Hex | 88 | 6C | DB | 26 | 33 | 0 | E | FF | 3D | 40 |
| Octal | 210 | 154 | 333 | 46 | 63 | 0 | 16 | 377 | 75 | 100 |
| Binary | 10001000 | 1101100 | 11011011 | 100110 | 110011 | 0 | 1110 | 11111111 | 111101 | 1000000 |
Color Harmonies of #886CDB
Complementary color
Monochromatic Colors of #886CDB
Black with #886CDB
Text Example
Text Example
White with #886CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886CDB; }
p { color: rgb(136,108,219); }
H1.HeaderClassName
{
color: #886CDB;
}
.AnyTagClassName
{
color: #886CDB;
}
</style>
background-color css
<style>
a { background-color: #886CDB; }
a { background-color: rgb(136,108,219); }
div.DivClassName
{
background-color: #886CDB;
}
.BgClassName
{
background-color: #886CDB;
}
</style>
border-color css
<style>
span { border-color: #886CDB; }
span { border-color: rgb(136,108,219); }
td.TdClassName
{
border-color: #886CDB;
}
.TagClassName
{
border-color: #886CDB;
}
</style>