Shades of Medium Purple #866BDB
Tints of Medium Purple #866BDB
RGB
CMYK
RGB Variations
Color information
#866BDB (or 0x866BDB) is known color: Medium Purple. HEX triplet: 86, 6B and DB. RGB value is (134,107,219). Sum of RGB (Red+Green+Blue) = 134+107+219=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #866BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866BDB is #799424. Grayscale: #7F7F7F. Windows color (decimal): -7967781 or 14379910. OLE color: 14379910.
HSL color Cylindrical-coordinate representation of color #866BDB: hue angle of 254.46º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #866BDB is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 107 | 219 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.14 |
| HSL | 254.46º | 0.61% | 0.64% | - |
| HSV(B) | 254.46º | 0.51% | 0.86% | - |
| XYZ | 27.88 | 20.7 | 69.54 | - |
| YUV | 127.84 | 179.45 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 219 | 0.39 | 0.51 | 0 | 0.14 | 254.46 | 0.61 | 0.64 |
| Hex | 86 | 6B | DB | 27 | 33 | 0 | E | FE | 3D | 40 |
| Octal | 206 | 153 | 333 | 47 | 63 | 0 | 16 | 376 | 75 | 100 |
| Binary | 10000110 | 1101011 | 11011011 | 100111 | 110011 | 0 | 1110 | 11111110 | 111101 | 1000000 |
Color Harmonies of #866BDB
Complementary color
Monochromatic Colors of #866BDB
Black with #866BDB
Text Example
Text Example
White with #866BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866BDB; }
p { color: rgb(134,107,219); }
H1.HeaderClassName
{
color: #866BDB;
}
.AnyTagClassName
{
color: #866BDB;
}
</style>
background-color css
<style>
a { background-color: #866BDB; }
a { background-color: rgb(134,107,219); }
div.DivClassName
{
background-color: #866BDB;
}
.BgClassName
{
background-color: #866BDB;
}
</style>
border-color css
<style>
span { border-color: #866BDB; }
span { border-color: rgb(134,107,219); }
td.TdClassName
{
border-color: #866BDB;
}
.TagClassName
{
border-color: #866BDB;
}
</style>