Shades of Medium Purple #866DDB
Tints of Medium Purple #866DDB
RGB
CMYK
RGB Variations
Color information
#866DDB (or 0x866DDB) is known color: Medium Purple. HEX triplet: 86, 6D and DB. RGB value is (134,109,219). Sum of RGB (Red+Green+Blue) = 134+109+219=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #866DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866DDB is #799224. Grayscale: #808080. Windows color (decimal): -7967269 or 14380422. OLE color: 14380422.
HSL color Cylindrical-coordinate representation of color #866DDB: hue angle of 253.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #866DDB is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 109 | 219 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.14 |
| HSL | 253.64º | 0.6% | 0.64% | - |
| HSV(B) | 253.64º | 0.5% | 0.86% | - |
| XYZ | 28.09 | 21.12 | 69.61 | - |
| YUV | 129.02 | 178.78 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 219 | 0.39 | 0.50 | 0 | 0.14 | 253.64 | 0.6 | 0.64 |
| Hex | 86 | 6D | DB | 27 | 32 | 0 | E | FE | 3C | 40 |
| Octal | 206 | 155 | 333 | 47 | 62 | 0 | 16 | 376 | 74 | 100 |
| Binary | 10000110 | 1101101 | 11011011 | 100111 | 110010 | 0 | 1110 | 11111110 | 111100 | 1000000 |
Color Harmonies of #866DDB
Complementary color
Monochromatic Colors of #866DDB
Black with #866DDB
Text Example
Text Example
White with #866DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866DDB; }
p { color: rgb(134,109,219); }
H1.HeaderClassName
{
color: #866DDB;
}
.AnyTagClassName
{
color: #866DDB;
}
</style>
background-color css
<style>
a { background-color: #866DDB; }
a { background-color: rgb(134,109,219); }
div.DivClassName
{
background-color: #866DDB;
}
.BgClassName
{
background-color: #866DDB;
}
</style>
border-color css
<style>
span { border-color: #866DDB; }
span { border-color: rgb(134,109,219); }
td.TdClassName
{
border-color: #866DDB;
}
.TagClassName
{
border-color: #866DDB;
}
</style>