Shades of Medium Purple #866BDC
Tints of Medium Purple #866BDC
RGB
CMYK
RGB Variations
Color information
#866BDC (or 0x866BDC) is known color: Medium Purple. HEX triplet: 86, 6B and DC. RGB value is (134,107,220). Sum of RGB (Red+Green+Blue) = 134+107+220=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #866BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866BDC is #799423. Grayscale: #7F7F7F. Windows color (decimal): -7967780 or 14445446. OLE color: 14445446.
HSL color Cylindrical-coordinate representation of color #866BDC: hue angle of 254.34º degrees, saturation: 0.62, 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 #866BDC is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 107 | 220 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.14 |
| HSL | 254.34º | 0.62% | 0.64% | - |
| HSV(B) | 254.34º | 0.51% | 0.86% | - |
| XYZ | 28.01 | 20.75 | 70.24 | - |
| YUV | 127.96 | 179.95 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 220 | 0.39 | 0.51 | 0 | 0.14 | 254.34 | 0.62 | 0.64 |
| Hex | 86 | 6B | DC | 27 | 33 | 0 | E | FE | 3E | 40 |
| Octal | 206 | 153 | 334 | 47 | 63 | 0 | 16 | 376 | 76 | 100 |
| Binary | 10000110 | 1101011 | 11011100 | 100111 | 110011 | 0 | 1110 | 11111110 | 111110 | 1000000 |
Color Harmonies of #866BDC
Complementary color
Monochromatic Colors of #866BDC
Black with #866BDC
Text Example
Text Example
White with #866BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866BDC; }
p { color: rgb(134,107,220); }
H1.HeaderClassName
{
color: #866BDC;
}
.AnyTagClassName
{
color: #866BDC;
}
</style>
background-color css
<style>
a { background-color: #866BDC; }
a { background-color: rgb(134,107,220); }
div.DivClassName
{
background-color: #866BDC;
}
.BgClassName
{
background-color: #866BDC;
}
</style>
border-color css
<style>
span { border-color: #866BDC; }
span { border-color: rgb(134,107,220); }
td.TdClassName
{
border-color: #866BDC;
}
.TagClassName
{
border-color: #866BDC;
}
</style>