Shades of Medium Purple #886ADB
Tints of Medium Purple #886ADB
RGB
CMYK
RGB Variations
Color information
#886ADB (or 0x886ADB) is known color: Medium Purple. HEX triplet: 88, 6A and DB. RGB value is (136,106,219). Sum of RGB (Red+Green+Blue) = 136+106+219=461 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.50% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #886ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886ADB is #779524. Grayscale: #7F7F7F. Windows color (decimal): -7836965 or 14379656. OLE color: 14379656.
HSL color Cylindrical-coordinate representation of color #886ADB: hue angle of 255.93º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #886ADB is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 106 | 219 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.14 |
| HSL | 255.93º | 0.61% | 0.64% | - |
| HSV(B) | 255.93º | 0.52% | 0.86% | - |
| XYZ | 28.09 | 20.66 | 69.52 | - |
| YUV | 127.85 | 179.44 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 106 | 219 | 0.38 | 0.52 | 0 | 0.14 | 255.93 | 0.61 | 0.64 |
| Hex | 88 | 6A | DB | 26 | 34 | 0 | E | 100 | 3D | 40 |
| Octal | 210 | 152 | 333 | 46 | 64 | 0 | 16 | 400 | 75 | 100 |
| Binary | 10001000 | 1101010 | 11011011 | 100110 | 110100 | 0 | 1110 | 100000000 | 111101 | 1000000 |
Color Harmonies of #886ADB
Complementary color
Monochromatic Colors of #886ADB
Black with #886ADB
Text Example
Text Example
White with #886ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886ADB; }
p { color: rgb(136,106,219); }
H1.HeaderClassName
{
color: #886ADB;
}
.AnyTagClassName
{
color: #886ADB;
}
</style>
background-color css
<style>
a { background-color: #886ADB; }
a { background-color: rgb(136,106,219); }
div.DivClassName
{
background-color: #886ADB;
}
.BgClassName
{
background-color: #886ADB;
}
</style>
border-color css
<style>
span { border-color: #886ADB; }
span { border-color: rgb(136,106,219); }
td.TdClassName
{
border-color: #886ADB;
}
.TagClassName
{
border-color: #886ADB;
}
</style>