Shades of Medium Purple #886CDA
Tints of Medium Purple #886CDA
RGB
CMYK
RGB Variations
Color information
#886CDA (or 0x886CDA) is known color: Medium Purple. HEX triplet: 88, 6C and DA. RGB value is (136,108,218). Sum of RGB (Red+Green+Blue) = 136+108+218=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #886CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886CDA is #779325. Grayscale: #808080. Windows color (decimal): -7836454 or 14314632. OLE color: 14314632.
HSL color Cylindrical-coordinate representation of color #886CDA: hue angle of 255.27º degrees, saturation: 0.6, 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 #886CDA is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 108 | 218 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.15 |
| HSL | 255.27º | 0.6% | 0.64% | - |
| HSV(B) | 255.27º | 0.5% | 0.85% | - |
| XYZ | 28.17 | 21.02 | 68.9 | - |
| YUV | 128.91 | 178.28 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 108 | 218 | 0.38 | 0.50 | 0 | 0.15 | 255.27 | 0.6 | 0.64 |
| Hex | 88 | 6C | DA | 26 | 32 | 0 | F | FF | 3C | 40 |
| Octal | 210 | 154 | 332 | 46 | 62 | 0 | 17 | 377 | 74 | 100 |
| Binary | 10001000 | 1101100 | 11011010 | 100110 | 110010 | 0 | 1111 | 11111111 | 111100 | 1000000 |
Color Harmonies of #886CDA
Complementary color
Monochromatic Colors of #886CDA
Black with #886CDA
Text Example
Text Example
White with #886CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886CDA; }
p { color: rgb(136,108,218); }
H1.HeaderClassName
{
color: #886CDA;
}
.AnyTagClassName
{
color: #886CDA;
}
</style>
background-color css
<style>
a { background-color: #886CDA; }
a { background-color: rgb(136,108,218); }
div.DivClassName
{
background-color: #886CDA;
}
.BgClassName
{
background-color: #886CDA;
}
</style>
border-color css
<style>
span { border-color: #886CDA; }
span { border-color: rgb(136,108,218); }
td.TdClassName
{
border-color: #886CDA;
}
.TagClassName
{
border-color: #886CDA;
}
</style>