Shades of Medium Purple #886ADA
Tints of Medium Purple #886ADA
RGB
CMYK
RGB Variations
Color information
#886ADA (or 0x886ADA) is known color: Medium Purple. HEX triplet: 88, 6A and DA. RGB value is (136,106,218). Sum of RGB (Red+Green+Blue) = 136+106+218=460 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.57% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #886ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886ADA is #779525. Grayscale: #7F7F7F. Windows color (decimal): -7836966 or 14314120. OLE color: 14314120.
HSL color Cylindrical-coordinate representation of color #886ADA: hue angle of 256.07º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #886ADA is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 106 | 218 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.15 |
| HSL | 256.07º | 0.6% | 0.64% | - |
| HSV(B) | 256.07º | 0.51% | 0.85% | - |
| XYZ | 27.96 | 20.6 | 68.83 | - |
| YUV | 127.74 | 178.94 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 106 | 218 | 0.38 | 0.51 | 0 | 0.15 | 256.07 | 0.6 | 0.64 |
| Hex | 88 | 6A | DA | 26 | 33 | 0 | F | 100 | 3C | 40 |
| Octal | 210 | 152 | 332 | 46 | 63 | 0 | 17 | 400 | 74 | 100 |
| Binary | 10001000 | 1101010 | 11011010 | 100110 | 110011 | 0 | 1111 | 100000000 | 111100 | 1000000 |
Color Harmonies of #886ADA
Complementary color
Monochromatic Colors of #886ADA
Black with #886ADA
Text Example
Text Example
White with #886ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886ADA; }
p { color: rgb(136,106,218); }
H1.HeaderClassName
{
color: #886ADA;
}
.AnyTagClassName
{
color: #886ADA;
}
</style>
background-color css
<style>
a { background-color: #886ADA; }
a { background-color: rgb(136,106,218); }
div.DivClassName
{
background-color: #886ADA;
}
.BgClassName
{
background-color: #886ADA;
}
</style>
border-color css
<style>
span { border-color: #886ADA; }
span { border-color: rgb(136,106,218); }
td.TdClassName
{
border-color: #886ADA;
}
.TagClassName
{
border-color: #886ADA;
}
</style>