Shades of Medium Purple #866DDC
Tints of Medium Purple #866DDC
RGB
CMYK
RGB Variations
Color information
#866DDC (or 0x866DDC) is known color: Medium Purple. HEX triplet: 86, 6D and DC. RGB value is (134,109,220). Sum of RGB (Red+Green+Blue) = 134+109+220=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #866DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866DDC is #799223. Grayscale: #808080. Windows color (decimal): -7967268 or 14445958. OLE color: 14445958.
HSL color Cylindrical-coordinate representation of color #866DDC: hue angle of 253.51º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #866DDC is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 109 | 220 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.14 |
| HSL | 253.51º | 0.61% | 0.65% | - |
| HSV(B) | 253.51º | 0.5% | 0.86% | - |
| XYZ | 28.22 | 21.17 | 70.31 | - |
| YUV | 129.13 | 179.28 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 220 | 0.39 | 0.50 | 0 | 0.14 | 253.51 | 0.61 | 0.65 |
| Hex | 86 | 6D | DC | 27 | 32 | 0 | E | FE | 3D | 41 |
| Octal | 206 | 155 | 334 | 47 | 62 | 0 | 16 | 376 | 75 | 101 |
| Binary | 10000110 | 1101101 | 11011100 | 100111 | 110010 | 0 | 1110 | 11111110 | 111101 | 1000001 |
Color Harmonies of #866DDC
Complementary color
Monochromatic Colors of #866DDC
Black with #866DDC
Text Example
Text Example
White with #866DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866DDC; }
p { color: rgb(134,109,220); }
H1.HeaderClassName
{
color: #866DDC;
}
.AnyTagClassName
{
color: #866DDC;
}
</style>
background-color css
<style>
a { background-color: #866DDC; }
a { background-color: rgb(134,109,220); }
div.DivClassName
{
background-color: #866DDC;
}
.BgClassName
{
background-color: #866DDC;
}
</style>
border-color css
<style>
span { border-color: #866DDC; }
span { border-color: rgb(134,109,220); }
td.TdClassName
{
border-color: #866DDC;
}
.TagClassName
{
border-color: #866DDC;
}
</style>