Shades of Medium Purple #866DDD
Tints of Medium Purple #866DDD
RGB
CMYK
RGB Variations
Color information
#866DDD (or 0x866DDD) is known color: Medium Purple. HEX triplet: 86, 6D and DD. RGB value is (134,109,221). Sum of RGB (Red+Green+Blue) = 134+109+221=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #866DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866DDD is #799222. Grayscale: #808080. Windows color (decimal): -7967267 or 14511494. OLE color: 14511494.
HSL color Cylindrical-coordinate representation of color #866DDD: hue angle of 253.39º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #866DDD is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 109 | 221 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.13 |
| HSL | 253.39º | 0.62% | 0.65% | - |
| HSV(B) | 253.39º | 0.51% | 0.87% | - |
| XYZ | 28.35 | 21.23 | 71.01 | - |
| YUV | 129.24 | 179.78 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 221 | 0.39 | 0.51 | 0 | 0.13 | 253.39 | 0.62 | 0.65 |
| Hex | 86 | 6D | DD | 27 | 33 | 0 | D | FD | 3E | 41 |
| Octal | 206 | 155 | 335 | 47 | 63 | 0 | 15 | 375 | 76 | 101 |
| Binary | 10000110 | 1101101 | 11011101 | 100111 | 110011 | 0 | 1101 | 11111101 | 111110 | 1000001 |
Color Harmonies of #866DDD
Complementary color
Monochromatic Colors of #866DDD
Black with #866DDD
Text Example
Text Example
White with #866DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866DDD; }
p { color: rgb(134,109,221); }
H1.HeaderClassName
{
color: #866DDD;
}
.AnyTagClassName
{
color: #866DDD;
}
</style>
background-color css
<style>
a { background-color: #866DDD; }
a { background-color: rgb(134,109,221); }
div.DivClassName
{
background-color: #866DDD;
}
.BgClassName
{
background-color: #866DDD;
}
</style>
border-color css
<style>
span { border-color: #866DDD; }
span { border-color: rgb(134,109,221); }
td.TdClassName
{
border-color: #866DDD;
}
.TagClassName
{
border-color: #866DDD;
}
</style>