Shades of Medium Purple #866FD7
Tints of Medium Purple #866FD7
RGB
CMYK
RGB Variations
Color information
#866FD7 (or 0x866FD7) is known color: Medium Purple. HEX triplet: 86, 6F and D7. RGB value is (134,111,215). Sum of RGB (Red+Green+Blue) = 134+111+215=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 215 (84.38% from 255 or 46.74% from 460); Max value from RGB is 215 - color contains mainly: blue. Hex color #866FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866FD7 is #799028. Grayscale: #818181. Windows color (decimal): -7966761 or 14118790. OLE color: 14118790.
HSL color Cylindrical-coordinate representation of color #866FD7: hue angle of 253.27º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #866FD7 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 111 | 215 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.16 |
| HSL | 253.27º | 0.57% | 0.64% | - |
| HSV(B) | 253.27º | 0.48% | 0.84% | - |
| XYZ | 27.78 | 21.34 | 66.95 | - |
| YUV | 129.73 | 176.12 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 215 | 0.38 | 0.48 | 0 | 0.16 | 253.27 | 0.57 | 0.64 |
| Hex | 86 | 6F | D7 | 26 | 30 | 0 | 10 | FD | 39 | 40 |
| Octal | 206 | 157 | 327 | 46 | 60 | 0 | 20 | 375 | 71 | 100 |
| Binary | 10000110 | 1101111 | 11010111 | 100110 | 110000 | 0 | 10000 | 11111101 | 111001 | 1000000 |
Color Harmonies of #866FD7
Complementary color
Monochromatic Colors of #866FD7
Black with #866FD7
Text Example
Text Example
White with #866FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866FD7; }
p { color: rgb(134,111,215); }
H1.HeaderClassName
{
color: #866FD7;
}
.AnyTagClassName
{
color: #866FD7;
}
</style>
background-color css
<style>
a { background-color: #866FD7; }
a { background-color: rgb(134,111,215); }
div.DivClassName
{
background-color: #866FD7;
}
.BgClassName
{
background-color: #866FD7;
}
</style>
border-color css
<style>
span { border-color: #866FD7; }
span { border-color: rgb(134,111,215); }
td.TdClassName
{
border-color: #866FD7;
}
.TagClassName
{
border-color: #866FD7;
}
</style>