Shades of Medium Purple #866DD6
Tints of Medium Purple #866DD6
RGB
CMYK
RGB Variations
Color information
#866DD6 (or 0x866DD6) is known color: Medium Purple. HEX triplet: 86, 6D and D6. RGB value is (134,109,214). Sum of RGB (Red+Green+Blue) = 134+109+214=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 214 (83.98% from 255 or 46.83% from 457); Max value from RGB is 214 - color contains mainly: blue. Hex color #866DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866DD6 is #799229. Grayscale: #808080. Windows color (decimal): -7967274 or 14052742. OLE color: 14052742.
HSL color Cylindrical-coordinate representation of color #866DD6: hue angle of 254.29º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #866DD6 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 109 | 214 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.16 |
| HSL | 254.29º | 0.56% | 0.63% | - |
| HSV(B) | 254.29º | 0.49% | 0.84% | - |
| XYZ | 27.44 | 20.86 | 66.2 | - |
| YUV | 128.45 | 176.28 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 214 | 0.37 | 0.49 | 0 | 0.16 | 254.29 | 0.56 | 0.63 |
| Hex | 86 | 6D | D6 | 25 | 31 | 0 | 10 | FE | 38 | 3F |
| Octal | 206 | 155 | 326 | 45 | 61 | 0 | 20 | 376 | 70 | 77 |
| Binary | 10000110 | 1101101 | 11010110 | 100101 | 110001 | 0 | 10000 | 11111110 | 111000 | 111111 |
Color Harmonies of #866DD6
Complementary color
Monochromatic Colors of #866DD6
Black with #866DD6
Text Example
Text Example
White with #866DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866DD6; }
p { color: rgb(134,109,214); }
H1.HeaderClassName
{
color: #866DD6;
}
.AnyTagClassName
{
color: #866DD6;
}
</style>
background-color css
<style>
a { background-color: #866DD6; }
a { background-color: rgb(134,109,214); }
div.DivClassName
{
background-color: #866DD6;
}
.BgClassName
{
background-color: #866DD6;
}
</style>
border-color css
<style>
span { border-color: #866DD6; }
span { border-color: rgb(134,109,214); }
td.TdClassName
{
border-color: #866DD6;
}
.TagClassName
{
border-color: #866DD6;
}
</style>