Shades of Medium Purple #866ADD
Tints of Medium Purple #866ADD
RGB
CMYK
RGB Variations
Color information
#866ADD (or 0x866ADD) is known color: Medium Purple. HEX triplet: 86, 6A and DD. RGB value is (134,106,221). Sum of RGB (Red+Green+Blue) = 134+106+221=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #866ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866ADD is #799522. Grayscale: #7F7F7F. Windows color (decimal): -7968035 or 14510726. OLE color: 14510726.
HSL color Cylindrical-coordinate representation of color #866ADD: hue angle of 254.61º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #866ADD is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 106 | 221 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.13 |
| HSL | 254.61º | 0.63% | 0.64% | - |
| HSV(B) | 254.61º | 0.52% | 0.87% | - |
| XYZ | 28.04 | 20.6 | 70.9 | - |
| YUV | 127.48 | 180.78 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 106 | 221 | 0.39 | 0.52 | 0 | 0.13 | 254.61 | 0.63 | 0.64 |
| Hex | 86 | 6A | DD | 27 | 34 | 0 | D | FF | 3F | 40 |
| Octal | 206 | 152 | 335 | 47 | 64 | 0 | 15 | 377 | 77 | 100 |
| Binary | 10000110 | 1101010 | 11011101 | 100111 | 110100 | 0 | 1101 | 11111111 | 111111 | 1000000 |
Color Harmonies of #866ADD
Complementary color
Monochromatic Colors of #866ADD
Black with #866ADD
Text Example
Text Example
White with #866ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866ADD; }
p { color: rgb(134,106,221); }
H1.HeaderClassName
{
color: #866ADD;
}
.AnyTagClassName
{
color: #866ADD;
}
</style>
background-color css
<style>
a { background-color: #866ADD; }
a { background-color: rgb(134,106,221); }
div.DivClassName
{
background-color: #866ADD;
}
.BgClassName
{
background-color: #866ADD;
}
</style>
border-color css
<style>
span { border-color: #866ADD; }
span { border-color: rgb(134,106,221); }
td.TdClassName
{
border-color: #866ADD;
}
.TagClassName
{
border-color: #866ADD;
}
</style>