Shades of Medium Purple #866EDB
Tints of Medium Purple #866EDB
RGB
CMYK
RGB Variations
Color information
#866EDB (or 0x866EDB) is known color: Medium Purple. HEX triplet: 86, 6E and DB. RGB value is (134,110,219). Sum of RGB (Red+Green+Blue) = 134+110+219=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 110 (43.36% from 255 or 23.76% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #866EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866EDB is #799124. Grayscale: #818181. Windows color (decimal): -7967013 or 14380678. OLE color: 14380678.
HSL color Cylindrical-coordinate representation of color #866EDB: hue angle of 253.21º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #866EDB is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 110 | 219 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.14 |
| HSL | 253.21º | 0.6% | 0.65% | - |
| HSV(B) | 253.21º | 0.5% | 0.86% | - |
| XYZ | 28.19 | 21.33 | 69.65 | - |
| YUV | 129.6 | 178.45 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 110 | 219 | 0.39 | 0.50 | 0 | 0.14 | 253.21 | 0.6 | 0.65 |
| Hex | 86 | 6E | DB | 27 | 32 | 0 | E | FD | 3C | 41 |
| Octal | 206 | 156 | 333 | 47 | 62 | 0 | 16 | 375 | 74 | 101 |
| Binary | 10000110 | 1101110 | 11011011 | 100111 | 110010 | 0 | 1110 | 11111101 | 111100 | 1000001 |
Color Harmonies of #866EDB
Complementary color
Monochromatic Colors of #866EDB
Black with #866EDB
Text Example
Text Example
White with #866EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866EDB; }
p { color: rgb(134,110,219); }
H1.HeaderClassName
{
color: #866EDB;
}
.AnyTagClassName
{
color: #866EDB;
}
</style>
background-color css
<style>
a { background-color: #866EDB; }
a { background-color: rgb(134,110,219); }
div.DivClassName
{
background-color: #866EDB;
}
.BgClassName
{
background-color: #866EDB;
}
</style>
border-color css
<style>
span { border-color: #866EDB; }
span { border-color: rgb(134,110,219); }
td.TdClassName
{
border-color: #866EDB;
}
.TagClassName
{
border-color: #866EDB;
}
</style>