Shades of Medium Purple #866FD9
Tints of Medium Purple #866FD9
RGB
CMYK
RGB Variations
Color information
#866FD9 (or 0x866FD9) is known color: Medium Purple. HEX triplet: 86, 6F and D9. RGB value is (134,111,217). Sum of RGB (Red+Green+Blue) = 134+111+217=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 217 - color contains mainly: blue. Hex color #866FD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866FD9 is #799026. Grayscale: #818181. Windows color (decimal): -7966759 or 14249862. OLE color: 14249862.
HSL color Cylindrical-coordinate representation of color #866FD9: hue angle of 253.02º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #866FD9 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 111 | 217 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.15 |
| HSL | 253.02º | 0.58% | 0.64% | - |
| HSV(B) | 253.02º | 0.49% | 0.85% | - |
| XYZ | 28.04 | 21.45 | 68.31 | - |
| YUV | 129.96 | 177.12 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 217 | 0.38 | 0.49 | 0 | 0.15 | 253.02 | 0.58 | 0.64 |
| Hex | 86 | 6F | D9 | 26 | 31 | 0 | F | FD | 3A | 40 |
| Octal | 206 | 157 | 331 | 46 | 61 | 0 | 17 | 375 | 72 | 100 |
| Binary | 10000110 | 1101111 | 11011001 | 100110 | 110001 | 0 | 1111 | 11111101 | 111010 | 1000000 |
Color Harmonies of #866FD9
Complementary color
Monochromatic Colors of #866FD9
Black with #866FD9
Text Example
Text Example
White with #866FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866FD9; }
p { color: rgb(134,111,217); }
H1.HeaderClassName
{
color: #866FD9;
}
.AnyTagClassName
{
color: #866FD9;
}
</style>
background-color css
<style>
a { background-color: #866FD9; }
a { background-color: rgb(134,111,217); }
div.DivClassName
{
background-color: #866FD9;
}
.BgClassName
{
background-color: #866FD9;
}
</style>
border-color css
<style>
span { border-color: #866FD9; }
span { border-color: rgb(134,111,217); }
td.TdClassName
{
border-color: #866FD9;
}
.TagClassName
{
border-color: #866FD9;
}
</style>