Shades of Medium Purple #866AD3
Tints of Medium Purple #866AD3
RGB
CMYK
RGB Variations
Color information
#866AD3 (or 0x866AD3) is known color: Medium Purple. HEX triplet: 86, 6A and D3. RGB value is (134,106,211). Sum of RGB (Red+Green+Blue) = 134+106+211=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 211 (82.81% from 255 or 46.78% from 451); Max value from RGB is 211 - color contains mainly: blue. Hex color #866AD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866AD3 is #79952C. Grayscale: #7D7D7D. Windows color (decimal): -7968045 or 13855366. OLE color: 13855366.
HSL color Cylindrical-coordinate representation of color #866AD3: hue angle of 256º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #866AD3 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 134 | 106 | 211 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.17 |
| HSL | 256º | 0.54% | 0.62% | - |
| HSV(B) | 256º | 0.5% | 0.83% | - |
| XYZ | 26.74 | 20.08 | 64.09 | - |
| YUV | 126.34 | 175.78 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 106 | 211 | 0.36 | 0.50 | 0 | 0.17 | 256 | 0.54 | 0.62 |
| Hex | 86 | 6A | D3 | 24 | 32 | 0 | 11 | 100 | 36 | 3E |
| Octal | 206 | 152 | 323 | 44 | 62 | 0 | 21 | 400 | 66 | 76 |
| Binary | 10000110 | 1101010 | 11010011 | 100100 | 110010 | 0 | 10001 | 100000000 | 110110 | 111110 |
Color Harmonies of #866AD3
Complementary color
Monochromatic Colors of #866AD3
Black with #866AD3
Text Example
Text Example
White with #866AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866AD3; }
p { color: rgb(134,106,211); }
H1.HeaderClassName
{
color: #866AD3;
}
.AnyTagClassName
{
color: #866AD3;
}
</style>
background-color css
<style>
a { background-color: #866AD3; }
a { background-color: rgb(134,106,211); }
div.DivClassName
{
background-color: #866AD3;
}
.BgClassName
{
background-color: #866AD3;
}
</style>
border-color css
<style>
span { border-color: #866AD3; }
span { border-color: rgb(134,106,211); }
td.TdClassName
{
border-color: #866AD3;
}
.TagClassName
{
border-color: #866AD3;
}
</style>